Matthew Seremet
Matthew Seremet
I'm a bit uncertain how to do that, both the override and the math. My project is typescript based (which I'm still learning) and override is not something I know...
> Yes. **Just** create a matrix and set it in transform, look in the docs how to do it. Please understand I have looked through the docs. If it's there...
Workaround: Discord user `LunarRaid` provided this solution which seems to work (see last line): ``` const rads = 0.001 * performance.now(); bunny.skew.set(rads , 0); bunny.scale.set(1 / Math.cos(bunny.skew.y), 1 / Math.cos(bunny.skew.x));...
# Behavior in other Apps some extra notes found in the discord discussion AppPIXITraditional Adobe Animate* CSS* Adobe Flash (ye olde)* MS Paint* **Adobe Animate** * discord user `ericente` shared...
Interesting. I just tested Adobe Animate and while the skew attribute does indeed match pixi the interactive skew tool behaves like every other program and like css. It seems to...
> > Alternatively, we could have something like angle, which is syntax sugar for rotation. > > I would go with that approach, have `skew` and `shear` and have them...
If it were up to me and there were no negative consequences (no breaking changes, no extra manual labor) I'd rename the current skew to something like `isometricRotation` then make...
There are a few ways I've found. You mention the page structure being a mess but if you can find a way to select the item to replace and the...
> You're right it should probably resize the document and then export, that would make it more efficient! > > For now I would maybe resize the document manually and...
What does it output to your terminal when you run the example? `bash stylize_image.sh ./image_input/lion.jpg ./styles/kandinsky.jpg`