ImportSVG Test Results - Stetson-Team-Alpha/paper.js GitHub Wiki
UPDATE 9/30: ALL TESTS FIXED, WORKING ON CHROME, FIREFOX AND SAFARI ON WINDOWS 7, MAC OS AND UBUNTU
-
Fonts don't size properly
- Fixed.
-
Rounded rectangles with negative or invalid parameters do not convert properly
- Fixed.
-
Firefox: Text only imports characters, not color, stroke, ect.
- Firefox will not render css pixel values that do not have px trailing. Upstream bug.
-
Firefox: Lines do not import correctly
- Firefox will not render css pixel values that do not have px trailing. Upstream bug.
-
Firefox: Canvas is cut off on right side and bottom
- Firefox will not render css pixel values that do not have px trailing. Upstream bug.
-
Chrome: Fills do not fill entire shape
- Upstream bug: https://github.com/paperjs/paper.js/issues/104
-
Chrome: Dash-arrays don't always import correctly on nonrounded rectangles
- Upstream bug: https://github.com/paperjs/paper.js/issues/104
-
Text on a path doesn't work properly
- Paper.js doesn't support it.