Skip to content

tiny: fix crash on SVGs with empty path segments#3

Open
Arusekk wants to merge 1 commit into
oasislinux:oasisfrom
Arusekk:tiny-empty-path
Open

tiny: fix crash on SVGs with empty path segments#3
Arusekk wants to merge 1 commit into
oasislinux:oasisfrom
Arusekk:tiny-empty-path

Conversation

@Arusekk
Copy link
Copy Markdown

@Arusekk Arusekk commented Jan 23, 2026

Minimal reproducer:

<svg height="210" width="400">
  <path d="M150 5 L75 200 L225 200 Z M100 50"
    style="fill:none;stroke:green;stroke-width:3" />
</svg>

Fixes #2

Minimal reproducer:

	<svg height="210" width="400">
	  <path d="M150 5 L75 200 L225 200 Z M100 50"
	    style="fill:none;stroke:green;stroke-width:3" />
	</svg>

Fixes oasislinux#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tiny frontend crashes on SVGs with empty path segments

1 participant