Warnings for unimplemented SVG styles
1 Dec
2003
1 Dec
'03
4:55 a.m.
I've put in a change to the codebase for some warning messages.
Previously, if Inkscape encountered style properties that were not implemented, it would issue a generic warning such as:
Unimplemented style property id: 1042
I've created specific warnings for each feature, so now it will report:
Unimplemented style property id SP_PROP_FONT_SIZE_ADJUST: value: -4
This won't affect the quantity of warnings issued, just their specificity. I figured as we strive to gain better SVG compliance, we'll want to know more precisely what features we're missing.
The warnings are all in style.c. If you're interested in trying your hand at adding a new SVG style property, have a look-see there at the sp_style_merge_property function.
Bryce
7691
Age (days ago)
7691
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bryce Harrington