#14437 closed bug (fixed)
Cannot open specific SVG icons
Reported by: | konrad | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Applications/Icon-O-Matic | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Icon-o-matic cannot open SVG icons from https://octicons.github.com.
Steps to reproduce:
- Download icon set from here: https://octicons.github.com
- Try to open them in Icon-o-matic.
Maybe Icon-o-matic should show some type of error message for an unsucceful import?
Change History (4)
comment:1 by , 5 years ago
comment:3 by , 5 years ago
Keywords: | Does not support some svg-icons removed |
---|
comment:4 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
The problem is that Icon O Matic decides this is not an SVG file because it lacks the "<?xml" header.
I made a fix here: https://review.haiku-os.org/c/haiku/+/2662
However these icons still don't render properly after that.