svgObjectModelGenerator icon indicating copy to clipboard operation
svgObjectModelGenerator copied to clipboard

Text with baseline not set to 0 px does not render svg correctly.

Open imaderyc opened this issue 9 years ago • 0 comments

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

Method:

  1. Create a text layer with a single line of text
  2. Set its baseline to 10 px
  3. Open in Crema and add an svg asset

Result: Text is clipped from the bottom or not rendered. The larger the baseline value, the worse the clipping, and if it's much larger than the font size, no text will be rendered.

Expected: Text would render as it would if baseline was set to 0 px

Workaround: Set baseline to 0 px

imaderyc avatar Jan 26 '15 19:01 imaderyc