Open squinkylabs opened 6 years ago
VCVRack, which uses nanosvg, can correctly render SVG that has non-inline styles. To use with Illustrator you must set illustrator to export inline styles.
Is this a problem with nonoasvg?
NanoSVG does not support style tag, which defines the style as CSS cdata. This is not supported: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/style
It is resolved with pull request #103
VCVRack, which uses nanosvg, can correctly render SVG that has non-inline styles. To use with Illustrator you must set illustrator to export inline styles.
Is this a problem with nonoasvg?