Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Blank Space working with SVG #21

Closed
afidegnum opened this issue Jan 5, 2019 · 2 comments
Closed

Blank Space working with SVG #21

afidegnum opened this issue Jan 5, 2019 · 2 comments

Comments

@afidegnum
Copy link

HI,

working with SVG produces blank white space. I don't know what is breaking it,

I m following some svg design from tachyons and here is my sample code.

Svg.svg [ classes [ link, white_90, hover_white ], attribute "data-icon" "skull", attribute "style" "fill:currentcolor", viewBox "0 0 32 32" ]
               [ Svg.node "title"
                       []
                       [ Svg.text "skull icon" ]
                   , Svg.path [ d "M16 0 C6 0 2 4 2 14 L2 22 L6 24 L6 30 L26 30 L26 24 L30 22 L30 14 C30 4 26 0 16 0 M9 12 A4.5 4.5 0 0 1 9 21 A4.5 4.5 0 0 1 9 12 M23     12 A4.5 4.5 0 0 1 23 21 A4.5 4.5 0 0 1 23 12" ]
                       []
                   ]
               ]

@afidegnum
Copy link
Author

I have fixed the issue, it's related to This issue

@justgage
Copy link
Owner

justgage commented Jan 5, 2019

Ok good to know, glad it worked out!

@justgage justgage closed this as completed Jan 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants