svgObjectModelGenerator
svgObjectModelGenerator copied to clipboard
SVG OM Generator & Writer
The current OM representation of gradients does combine opacity and color gradients which are separate in PS. Also, the current representation does not even have midpoints. Maybe we should use...
Test file: http://adobe.ly/1m7rFxu Steps: 1. Open test file in PS 2. Add Shape layer to Crema and add svg asset, or generate svg Result: No gradient is rendered or generated....
We need to support rendering tests to confirm that any change doesn't break behavior. I am not sure if GitHubs "rich diffs" can help. Piwik takes screenshots and compares them...
I see the *-om.js test files with PSD info. Are the original PSDs around somewhere? I'd like to play around with them / edit them.
Photoshop support auto wrapping of text. SVG doesn't have that yet. We need to simulate it. Generator does not provide all needed information about this yet. JS doesn't help here,...
Can we get more precision here, without breaking larger font sizes? Test file: http://adobe.ly/1o3CNqu Steps: 1. Open test file in PS 2. Open in Crema or generate svg Result: All...
https://git.corp.adobe.com/edgecclayout/crema/issues/602 Test file: http://adobe.ly/1rqwAtE Steps: 1. Open the groups in Crema 2. Note the svg preview, or generate svg and examine Result: Groups with child layers with duplicate layer names...
Image layers should be exported at the scale of the output instead of being scaled up by the browser.
Test file: http://adobe.ly/1nP7VtN 1. Open test file in PSD 2. Open layers in crema, or generate svg 3. Examine preview/svg files Result: Text is offset or clipped when there are...
If I export a group that has shapes with strokes in it, then the stroke is clipped at the outer edges of the document. This is because we do not...