Skip to content

Path not working in rectangle layout #111

@lveillard

Description

@lveillard

image_178

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);
 }

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