David Luzar

Results 833 comments of David Luzar

Hey Alex! Here's my thoughts. For (2), it should take the center axis (for vertical flip, it would be a horizontal axis, and vice versa for horizontal flip) and mirror...

@alex-kim-dev perhaps fine? Don't see anything right now what could cause issues down the line!

Thanks @alex-kim-dev! > for now every element is eligible for both horizontal & vertical flip, do I need to restrict this rule? No, except text, but that one it seems...

> To get a correctly mirrored curve line, one should change the sign of x or y coordinate for every operation in `ops`. > > [sandbox with examples](https://stackblitz.com/edit/vitejs-vite-shm9jz) Nice. Does...

Thanks for the fixes @alex-kim-dev! I've noticed one other issue: flipping when the elements are grouped (which I assume will happen a lot with library items) doesn't handle bound text...

Woohoo, good work @alex-kim-dev! ❤️ 🚀 Thanks for the help @ryan-di as well!

To elaborate: instrumentation will work. But I have no experience in visual comparisons. Alternatively, we could do some basic assertions on the raw data (`canvas.getContext('2d').getImageData(0, 0, canvas.width, canvas.height)`), but that...

I'll make a PR with at least the scaffolding, in a bit.

Gah, having trouble integrating Typescript into Cypress -- do we even want to?

> The embedded scene gets lost anytime the image gets compressed. I think the same is happening when copying to clipboard. Would be awesome if this limitation can be fixed....