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

[Canvas] Primitives support #304

Closed
10 of 12 tasks
techniq opened this issue Jan 9, 2025 · 1 comment
Closed
10 of 12 tasks

[Canvas] Primitives support #304

techniq opened this issue Jan 9, 2025 · 1 comment

Comments

@techniq
Copy link
Owner

techniq commented Jan 9, 2025

With the recent overhaul of Canvas support with a new context draw registration system, this will enable primitive support (along with Marks) without encountering the infinite loop issue

This will simplify many use cases, and also likely some mark implementations (but there is likely some performance benefits to having marks render as one and not individually).

  • Arc
  • Area
  • Bar
  • Circle
  • Group
  • Line
  • LinearGradient
  • Marker
  • Point
  • Rect
  • Spline
  • Text
@techniq techniq mentioned this issue Jan 9, 2025
3 tasks
@techniq
Copy link
Owner Author

techniq commented Jan 12, 2025

All major primitive support now added via #295

@techniq techniq closed this as completed Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant