Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG to vello graphics integration #2

Open
Tracked by #31
nixon-voxell opened this issue Mar 20, 2024 · 0 comments
Open
Tracked by #31

SVG to vello graphics integration #2

nixon-voxell opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@nixon-voxell
Copy link
Member

nixon-voxell commented Mar 20, 2024

Goal

Provide a better support for rendering SVGs.

Proposed Solution

This support should come in 2 forms, support for loading SVG files as well as loading SVG from literal strings.

Example SVG:

<svg width="300" height="170" xmlns="http://www.w3.org/2000/svg">
  <rect width="150" height="150" x="10" y="10" rx="20" ry="20" style="fill:red;stroke:black;stroke-width:5;opacity:0.5" />
</svg>
@nixon-voxell nixon-voxell changed the title SVG [in progress] SVG to vello graphics integration Mar 20, 2024
@nixon-voxell nixon-voxell added the enhancement New feature or request label Mar 26, 2024
@nixon-voxell nixon-voxell transferred this issue from voxell-tech/bevy_motiongfx May 28, 2024
@nixon-voxell nixon-voxell added this to the 0.1.0 milestone May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant