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

Make a page demonstrating different stroke styles for wires #83

Open
ericabouaf opened this issue Jun 22, 2012 · 0 comments
Open

Make a page demonstrating different stroke styles for wires #83

ericabouaf opened this issue Jun 22, 2012 · 0 comments

Comments

@ericabouaf
Copy link
Owner

WireBase inherits from the Y.Path class. It means you can vary colors, weight, opacity, dashstyle, etc...

Make a page with as many "styles" as possible.

Example :

fill: {
color: "#9aa"
},
stroke: {
weight: 2,
color: "#000"
}

or

stroke: {
            weight: 1,
            color: "#000",
            opacity: 1,
            dashstyle: [3, 4]
        }
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

1 participant