MewPurPur / GodSVG

An application in early development for creating simple vector graphics. Built in Godot.

Home Page:https://godsvg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG stroke is missing a joint for every 2nd subpath

MewPurPur opened this issue · comments

<svg width="20" height="17" xmlns="http://www.w3.org/2000/svg"><path d="M2 2v5l5-5zM12 7v-5l-5 5zM2 10v5l5-5zM12 15v-5l-5 5zM15 2h3v5h-3zM15 10h3v5h-3z" fill="none" stroke="#def" stroke-width="2" stroke-linejoin="round"/></svg>

image

This new bug seems to already be fixed on ThorVG's end, so then Godot probably just has to sync.