adobe-research / svgObjectModelGenerator

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

[3841442] Groups containing child shape layers with duplicate names apply the same fill class to those layers. #84

Open joebowden opened 10 years ago

joebowden commented 10 years ago

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 assign them the same class for fill (cls-3). Expected: Each child layer would have its own fill class as defined in the svg file.

joebowden commented 10 years ago

Note: it also happens for identical layer names in nested groups.

joebowden commented 10 years ago

https://watsonexp.corp.adobe.com//#bug=3841442

joebowden commented 9 years ago

This looks fixed in the latest branches of svgOMG and generator-assets.