AstroDraw / AstroChart

A free and open-source TypeScript library for generating SVG charts to display planets in astrology.
https://astrodraw.github.io
MIT License
220 stars 56 forks source link

Add South Node Symbol #15

Closed zmark9 closed 1 year ago

zmark9 commented 2 years ago

Additional context

Hi Was wondering about adding the South Node symbol?

I can contribute with just about everything else creating the code around that aside from the "d" attribute which defines the symbol. I have attempted this to no avail and I an otherwise attaching an SVG file of the South Node and North Node for compatibility sake, which is otherwise very similar to the current North Node. I even tried inverting the North Node but also to no avail. I would also like to understand how the code uses that vs. the "d" attribute in the SVG file.. still an SVG novice.

Thanks in advance. Mark

South-Node North-Node

afucher commented 2 years ago

Hey @zmark9 , nice that you have interest into add South Node symbol

About the use of the svg in the source code, you can take a look to some of the existing symbols that we have, here you can check the North Node example. We just append an svg element, and then we add all the content manually setting the specific attributes.

I don't know if this can help you, please let me know if you need anymore information

aintHuman commented 1 year ago

Please add south node.