soflyy / breakdance-bugs

Bug reports from Breakdance users.
40 stars 6 forks source link

Can't set height and width attributes to SVG Images #968

Closed high2306 closed 9 months ago

high2306 commented 10 months ago

For example:

  1. Create a page
  2. Add an image using Image Element
  3. Set the width and height of the image
  4. Inspect the HTML output - both width and height are empty

Using any other format - PNG, JPG etc, the width are height are set as an attribute, but with SVG the attribute is always empty, even if we set it in the image element.

louisreingold commented 9 months ago

Duplicate: https://github.com/soflyy/breakdance-bugs/issues/923