samuelhackwill / clubTonline

0 stars 0 forks source link

global strategy for buttons, speech bubbles & etc. #7

Closed samuelhackwill closed 1 year ago

samuelhackwill commented 1 year ago

there will be a couple of things in the app that are drawn by hand in svg : speech bubbles, buttons, cards, forms, image clipping masks.

We need a global strategy to make all that stuff responsive.

samuelhackwill commented 1 year ago

https://blog.4d.com/svg-non-scaling-stroke-attribute-support/

this is nice : non-scaling strokes could make our strokes unnafected by transform : scales. Which will help us keeping a consistent stroke width.

samuelhackwill commented 1 year ago

it seems to be pretty well supported (as of 2011)