Atul Varma
a70b4dfab3
Add a 'place behind first circle' checkbox.
2021-03-28 16:49:38 -04:00
Atul Varma
b70ec50e3a
Add symbol scaling/rotation options.
2021-03-28 16:22:36 -04:00
Atul Varma
05c44eeb51
Make scaling and rotation adjustable on both circles.
2021-03-28 09:14:54 -04:00
Atul Varma
a5c4bd737b
Put first mandala symbol at front of z-order.
2021-03-28 08:50:04 -04:00
Atul Varma
50eeb9a25b
Always have a symbol pointing up in mandala. Allow negative radius.
2021-03-28 08:48:36 -04:00
Atul Varma
d742f4156a
Add an optional second mandala circle ( #24 ).
2021-03-28 08:27:57 -04:00
Atul Varma
131c1f31cb
Orient mandala symbols around their anchor point. ( #60 )
...
This orients the mandala symbols around their anchor point, rather than the center of their bounding box (#24 ).
2021-03-28 07:24:16 -04:00
Atul Varma
3f366c112a
Rename SvgTransforms to SvgTransform, allow it to take a single transform.
2021-03-28 06:39:06 -04:00
Atul Varma
3095e5b16a
Add randomize button to mandala page.
2021-03-27 15:19:36 -04:00
Atul Varma
7cb4c3242d
get rid of ValidateDOMNesting warnings
2021-03-27 08:34:22 -04:00
Atul Varma
51f68656ad
Factor out vocabulary.ts.
2021-03-27 08:29:42 -04:00
Atul Varma
a19a560b8f
Auto-generate id attributes by default.
2021-03-27 08:11:07 -04:00
Atul Varma
4bd30bb2a5
Add SVG symbol widget picker to mandala page.
2021-03-27 08:04:40 -04:00
Atul Varma
249e5df219
Add more sliders, export svg btn to mandala page.
2021-03-27 07:39:21 -04:00
Atul Varma
f790838b06
Add a very basic Mandala page. ( #57 )
...
This adds an extremely simple Mandala page (for #24 ) with a single circle Mandala comprised of several eyes. The symbol style is configurable, but parameters for the actual Mandala are not (yet).
Doing this also involved factoring out a `<SvgTransforms>` component, which makes setting up SVG transforms a bit easier.
Also moved `getSymbol` of `creature-page.tsx` and into `svg-vocabulary.tsx`, with the new name `getSvgSymbol`.
2021-03-26 18:07:01 -04:00