We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to add a Sketchy Rough collection to Pencil. This is a box example:
You can see Pencil is able to drag only over SVG paths. Do you think there is a way we could overcome this issue?
The text was updated successfully, but these errors were encountered:
Done it. Just define an hidden background layer.
<Behaviors> <For ref="background"> <Width>$box.w</Width> <Height>$box.h</Height> </For> ... </Behaviors> <p:Content xmlns:p="http://www.evolus.vn/Namespace/Pencil" xmlns="http://www.w3.org/2000/svg"> <g style="fill-opacity: 0"> <rect id="background" /> </g> <g id="content" /> <text id="text" /> </p:Content>
Keeping this open for others.
Sorry, something went wrong.
Please refer to https://github.com/lppedd/pencil-sketchy-rough for contributions 😄
No branches or pull requests
I'm trying to add a Sketchy Rough collection to Pencil.
This is a box example:
You can see Pencil is able to drag only over SVG paths.
Do you think there is a way we could overcome this issue?
The text was updated successfully, but these errors were encountered: