Skip to content

Need space before width attributes #8

Description

@talmeme

SVG generated lacks space before the word width; both Chromium and Firefox fail to display when loading the SVG via img tag.

...
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 49 49" stroke="none"width=200>

Adding a space (and quotes around the width value for good measure) allow the SVG to be displayed:

...
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 49 49" stroke="none" width="200">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions