Opened 16 months ago
Closed 15 months ago
#18480 closed enhancement (duplicate)
Importing the SVG icon for Iaito works fine, exporting it doesn't work
Reported by: | begasus | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Icon-O-Matic | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | #13978 | Blocking: | |
Platform: | All |
Description
When exporting to rdef you'll get a failure notice that the image is out of range, In IOM you can't see the out of range marges, in Wonderbrush you can see them, but Wonderbrush can't convert to rdef with something usefull.
Mentioned issue at haikuports: https://github.com/haikuports/haikuports/issues/8903
Mentioned icon: https://github.com/radareorg/iaito/blob/master/src/img/iaito.svg
Change History (5)
comment:1 by , 16 months ago
comment:2 by , 16 months ago
Component: | - General → Applications/Icon-O-Matic |
---|---|
Owner: | changed from | to
Type: | bug → enhancement |
comment:3 by , 16 months ago
The actual limit turns out to be 255 points per path. A lot of things of the HVIF icon format are limited to that count since HVIF uses only one byte to store their count.
comment:5 by , 15 months ago
Blocked By: | 13978 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Yes, right, I think there's no need to keep both of them open.
"out of range" usually means there are too many items in the resulting file (more than 4096 shapes or paths for example).
Surely this specific file doesn't need to be so complex and can be "cleaned up" a bit. But at least Icon-O-Matic could be more specific about which limit is exceeded. Something like "This icon has 8000 shapes, but the maximum allowed in HVIF files is 4096".