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

Not all elements are affected by Transform #63

Open
stevenpetryk opened this issue Jan 2, 2023 · 0 comments
Open

Not all elements are affected by Transform #63

stevenpetryk opened this issue Jan 2, 2023 · 0 comments
Labels
feature-request New feature or request

Comments

@stevenpetryk
Copy link
Owner

It would be handy if CartesianCoordinates, Text, Functions, and VectorFields were affected by Transform.

CartesianCoordinates, VectorFields, and both Function types are currently not supported simply because they use the "pane context", which is Mafs' way of not computing offscreen elements. All these components only render roughly the area you're looking at. However, I'm no wizard and I feel like the linear algebra involved in doing the lazy evaluation in a transformed coordinate space would be really tough.

Text is not transformed just because I figured people would want to preserve the legibility of the text and only transform the anchor point. We could definitely transform the text itself though (or make it an option). Maybe something like <Text transformBehavior="anchor|distort" /> or something.

@stevenpetryk stevenpetryk added the feature-request New feature or request label Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant