Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line and Circle are not rendering #49

Closed
sujayun opened this issue Aug 17, 2017 · 1 comment
Closed

Line and Circle are not rendering #49

sujayun opened this issue Aug 17, 2017 · 1 comment

Comments

@sujayun
Copy link

sujayun commented Aug 17, 2017

I have designed the below share icon. SwiftSVG is not rendering this.
Kindly help me.

  <g stroke="#000000" stroke-width="5">
	<line x1="50" y1="80" x2="80" y2="20"/>
	<line x1="20" y1="20" x2="50" y2="80"/>
	<circle cx="20" cy="20" r="10"/>
	<circle cx="80" cy="20" r="10"/>
	<circle cx="50" cy="80" r="10"/>
</g>
@mchoe
Copy link
Owner

mchoe commented Aug 31, 2017

Please use v2.0.0 as these elements are supported in the updated version.

@mchoe mchoe closed this as completed Aug 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants