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

allow render to accept parameters #19

Open
kevinbarabash opened this issue Oct 21, 2018 · 0 comments
Open

allow render to accept parameters #19

kevinbarabash opened this issue Oct 21, 2018 · 0 comments

Comments

@kevinbarabash
Copy link
Owner

e.g.

render((cx, cy, r) => {
   return <svg>
      <ellipse cx={cx} cy={cy} r={r}/>
   </svg>
}, 100, 100, 50);
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

1 participant