AstroChart icon indicating copy to clipboard operation
AstroChart copied to clipboard

Add South Node Symbol

Open zmark9 opened this issue 3 years ago • 1 comments

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

zmark9 avatar Feb 24 '22 03:02 zmark9

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

afucher avatar Mar 24 '22 00:03 afucher

Please add south node.

aintHuman avatar Jan 17 '23 00:01 aintHuman