component icon indicating copy to clipboard operation
component copied to clipboard

Converted all path coordinates to numeric values for Checkbox component

Open TheStarkster opened this issue 1 year ago • 0 comments

Following changes are made to checkbox component

  • Converted all path coordinates to numeric values.
  • Appended the checkmark path as a sibling of the rect (within the same parent group), not inside it.
  • Added fill: 'none' to the checkmark path to ensure the stroke-only checkmark is visible.

TheStarkster avatar Dec 17 '24 10:12 TheStarkster