feat: resize text element (#1650)
* feat: resize text element * ignore small font size change that leads jankiness Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@ -304,7 +304,7 @@ export const renderScene = (
|
||||
handler[2],
|
||||
handler[3],
|
||||
);
|
||||
} else if (locallySelectedElements[0].type !== "text") {
|
||||
} else {
|
||||
strokeRectWithRotation(
|
||||
context,
|
||||
handler[0],
|
||||
|
Reference in New Issue
Block a user