1. Read the FAQs 👇
Done
2. Describe the bug
framer miscalculates transform-origin and there is no way to override it.
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
https://codesandbox.io/s/example-2-simple-translation-forked-kgdj9?file=/src/index.js
4. Steps to reproduce
Inspect rect element styles.
5. Expected behavior
Expected (Chrome):
element {
transform: scale(1) rotate(360deg);
transform-origin: 0.5px 0.5px;
}
Unexpected (Firefox)
element {
transform: scale(1) rotate(360deg);
transform-origin: 0px 0px 0px;
}
1. Read the FAQs 👇
Done
2. Describe the bug
framer miscalculates transform-origin and there is no way to override it.
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
https://codesandbox.io/s/example-2-simple-translation-forked-kgdj9?file=/src/index.js
4. Steps to reproduce
Inspect
rectelement styles.5. Expected behavior
Expected (Chrome):
Unexpected (Firefox)