vkottler / svgen

A tool for working with scalable vector graphics.
MIT License
6 stars 0 forks source link

Parametric theme creation interface #43

Open vkottler opened 1 month ago

vkottler commented 1 month ago

Continue progress made on https://github.com/vkottler/svgen/pull/42.

Also upgrade the theme viewer to see the rgb and hsla constructors like https://hslpicker.com/ does.

Possible parameters:

vkottler commented 1 month ago

https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl

https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text

vkottler commented 1 month ago
image

use-case for hsla/rgba constructor showing - why are the text colors saturated?

vkottler commented 1 month ago

Workflow upgrades: host SVGs + open browser tab, automatically re-render on changes to tasks sub-directory.

Eventually auto-refresh would be nice, wonder if the browser knows how to do that?