Ashish Mohapatra
Ashish Mohapatra
## Description Improved the Pricing Card and Comparison components for better user experience: - Added `cursor-pointer` to buttons for consistency in the pricing page and Get Verified badge. - Updated...
Partially Closes #3419 https://github.com/user-attachments/assets/30e6f1fc-fbb8-45a8-8bfd-bb539871926e - Add new_heart() method - Add Heart node to vector generator nodes - Add Heart to ShapeType enum and UI dropdown
Fixes #2846 Added `NetworkInterface::document_bounds_viewport_space(include_artboards)` that converts clipping‑aware document bounds into viewport space, and updated `RenderScrollbars` to use the new helper so scroll extents respect artboard clipping. Please check if this...
Fixes #3368 Checkbox labels could only be clicked once, then stopped working because `CheckboxId::new()` generated random IDs on every layout update. It updated `CheckboxInput` widgets with new IDs but skipped...