David Luzar

Results 165 issues of David Luzar

If you have a box with text (separate elements) and you resize them down, the box is allowed to resize below the min width/height of the selected text. It shouldn't...

bug

Removed `validated` flag from embeddable elements in favor of moving the status flag into private editor state, since the flag is meant to be private, local to each instance, reset...

This PR refactors how erasing is done, which was discussed during the original PR but we didn't get to it: we shouldn't modify elements and updating their `opacity` attribute while...

When box selecting while holding shift, retracting the box selection should remove the elements previously selected. Note that this should only apply to elements that were added to selection within...

bug
intreaction:selection

Nothing meaningful changed so I'm just changing the changelog version as the 0.17.1 wasn't released as stable. Commits kept in https://github.com/excalidraw/excalidraw/tree/dwelle/0.17.2-commits so we can use this branch later if we...

To add roundness support when rendering HTMLImageElement on canvas, we'll need to add a [clip path](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/clip) likely here: https://github.com/excalidraw/excalidraw/blob/4249b7dec888711796fac1b043b3e982b35fa647/packages/excalidraw/renderer/renderElement.ts#L313-L329 And use [](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/mask) when rendering to SVG. The clip path &...

enhancement
images

On align action, elements that end up being moved are removed from the containing frame. via @wietsevenema ![align_out_of_frame](https://github.com/excalidraw/excalidraw/assets/5153846/dc66ce8d-7640-41de-adcf-2d7f45419073)

bug
frames

follow up to https://github.com/excalidraw/excalidraw/pull/7549 — turns out we need to disable CORS on the resources lest the redirect leading to a different domain will fail in browsers. ~~With this working,...

rough, first take. Detailed comments tomorrow.