adobe-research / svgObjectModelGenerator

SVG OM Generator & Writer
Apache License 2.0
49 stars 20 forks source link

When gradient type is noise, no svg is rendered from Crema. #80

Closed joebowden closed 10 years ago

joebowden commented 10 years ago

Filed by PS QE: https://watsonexp.corp.adobe.com//#bug=3824918 Test file: http://adobe.ly/1m7rFxu

Steps:

  1. Open test file in PS
  2. Add Shape layer to Crema
  3. Add svg asset, or generate svg

Result: No svg rendered or generated. jsx renders empty svg, and graphite renders shape without gradient. Expected: Render as it appears in PS. If we can't render gradient with noise, then at least output the shape. Possibly warn in Crema dialog?

joebowden commented 10 years ago

Raised priority because this is a newly-found cause of spinner.

jhatwich commented 10 years ago

fixed the hang and we now report the problem in errors.txt

joebowden commented 10 years ago

Verified fixed - closing.

joebowden commented 10 years ago

Whoops- missed a case. We render nothing if it's a layer fx noise gradient.

Test file: http://adobe.ly/1uXb0fA

joebowden commented 10 years ago

Fixed in latest crema-dev branch.