
Will do a PR if i ever find how this works 😂
The three problems I could identify:
- if flat = false, it still does the path as if flat === true
- does not adapt to the size
- does not adapt to the position of the origin if this is moved
A dirty example of workaround (just working for my particular case)
svg path {
...
transform: rotate(-30deg) scale(0.4);
}