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

[BUG] d argument is not passed in Path function for SVG's #437

Closed
4 tasks done
bobross1 opened this issue Sep 18, 2024 · 1 comment
Closed
4 tasks done

[BUG] d argument is not passed in Path function for SVG's #437

bobross1 opened this issue Sep 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bobross1
Copy link

Describe the bug
d argument is not passed in Path function for SVG's. If you want to create a SVG with the Path function and create the shape by passing d as string it is not rendered on the page.

Minimal Reproducible Example
Provide a minimal code snippet that reproduces the issue. This is crucial for us to understand and fix the bug quickly.

Path(d='M25 45 C25 45 10 35 10 25 A15 15 0 1 1 40 25 C40 35 25 45 25 45 Z', fill='red'))

Expected behavior
Show the red map marker icon

Environment Information
Please provide the following version information:

  • fastlite version: 0.0.9
  • fastcore version: 1.7.8
  • fasthtml version: 0.6.2

Confirmation
Please confirm the following:

  • I have read the FAQ (https://docs.fastht.ml/explains/faq.html)
  • I have provided a minimal reproducible example
  • I have included the versions of fastlite, fastcore, and fasthtml
  • I understand that this is a volunteer open source project with no commercial support.
@bobross1 bobross1 added the bug Something isn't working label Sep 18, 2024
@bobross1
Copy link
Author

I have a PR ready for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant