Issues
This converter contains several limitations, mainly due to the broad scope of the SVG spec. For the best chances of an SVG working please convert strokes, objects, and text to paths.
The following list includes known limitations of this converter:
- Progress is not displayed on the webpage and it will appear to hang
- Check the javascript console for progress logging
- I plan to resolve this with web workers
- Strokes are ignored
- Clip and mask paths are ignored
- Non-separable blend modes are ignored
- Filters are ignored
- Colour mixing/blending is only executed in gamma/linear sRGB
- Region distances are not maximised
- Region labelling is not deterministic
- This will be fixed alongside distance maximisation
- Several SVG elements are missing:
- All animation elements
- All interactive elements
- All text elements
- Most URL references, and all external file linkage
- <clipPath>
- <feXXXX> elements
- <image>
- <line>
- <marker>
- <mask>
- <pattern>
- <polygon>
- <polyline>
- <symbol>
- <use>
- <view>