transformation-matrix icon indicating copy to clipboard operation
transformation-matrix copied to clipboard

fromTransformAttribute does not support units

Open StringKe opened this issue 1 year ago • 1 comments

example: translate(349.196px, 200px) rotate(0deg)

StringKe avatar Feb 23 '24 07:02 StringKe

No, it doesn't, the current version doesn't support units.

You can see supported use cases on the related unit test https://github.com/chrvadala/transformation-matrix/blob/main/test/fromTransformAttribute.pegjs.spec.js

chrvadala avatar Feb 23 '24 13:02 chrvadala