You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
So far, what's possible is scaling a group of objects, rotating and translating doesn't seem to be working.
Tested the following on 0.8 which throws JS errors.
var group = new ART.Group; group.rotate(90);
Generally, I would think a "group" has the same set of methods that a Path/Shape would have, well, at least the transformations (rotate, translate, scale);
The text was updated successfully, but these errors were encountered:
So far, what's possible is scaling a group of objects, rotating and translating doesn't seem to be working.
Tested the following on 0.8 which throws JS errors.
var group = new ART.Group; group.rotate(90);
Generally, I would think a "group" has the same set of methods that a Path/Shape would have, well, at least the transformations (rotate, translate, scale);
The text was updated successfully, but these errors were encountered: