Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.19 KB

Tasks.md

File metadata and controls

22 lines (16 loc) · 1.19 KB

Tasks

Done

  • Create an SVG Rectangle based on pixel values.
  • Copy the SVG to the clipboard.
  • Create a grid of selectable SVGs at different sizes, based on an 8px grid system.
  • Create a theme toggle with options for color/hue selection.
  • Create a toggle to change the grid system from 8 pts to another value, e.g., 5 pts.

Now

Next.

  • All increments put some of the stroke to the outside. Figure out a way to put the stroke on the inside of the shape. So far it seems like this isn't possible with SVGs see stack overflow thread.
  • Enable copying as HTML/CSS in addition to SVG.
  • Implement copying as a Figma Frame (AutoLayout Component).
  • Create and store user preferences for color, font, etc.
  • Add an option to generate a grid system based on user preferences.