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

Add opacity, rotation, stroke properties. Add the ability to have no fi... #24

Merged
merged 1 commit into from
Sep 28, 2012

Conversation

jericks
Copy link
Member

@jericks jericks commented Sep 28, 2012

...ll.

Solves issue #10. Here is some example code:

from geoscript.style import *
from geoscript.render import *
from geoscript.geom import *

geom = Point(10,10)
draw(geom, Shape(None, type="triangle", size=12, opacity=0.5, rotation=45).stroke("black"))

@jdeolive
Copy link
Contributor

Thanks Jared!

@jdeolive jdeolive closed this Sep 28, 2012
@jdeolive jdeolive reopened this Sep 28, 2012
jdeolive pushed a commit that referenced this pull request Sep 28, 2012
Add opacity, rotation, stroke properties.  Add the ability to have no fi...
@jdeolive jdeolive merged commit 436c19a into geoscript:master Sep 28, 2012
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

Successfully merging this pull request may close these issues.

2 participants