viewBox support #786
burakgormek
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Yes this is the equivalent construct in Skia: https://shopify.github.io/react-native-skia/docs/group/#fitbox |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a plan to support viewBox for Canvas? It's useful for unknown container size and provide us to skip onLayout phase.
RNSVG example:
It will render and stretch to the container sizes and will be much faster render comparing to using with onLayout.
Can a similar be achieve on RNSkia?
Beta Was this translation helpful? Give feedback.
All reactions