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

Gausian Blur Should be add to the canvas object #356

Open
matasoy opened this issue Mar 24, 2022 · 0 comments
Open

Gausian Blur Should be add to the canvas object #356

matasoy opened this issue Mar 24, 2022 · 0 comments

Comments

@matasoy
Copy link

matasoy commented Mar 24, 2022

We use blur for drop shadow or other types of design elements. We can see the color, stroke and other a fev attributes of paths on shapeshifter. But no blur. Because blur is placed on a different tag you can see the image above (Inkscape). You render the ShapeShifter ona a canvas. That means you can add lots lots lots of attributes to any object like blur something :D

You just have to read defs tag. Read the all filters. Find the filter id, and find the path with that id. Read the filter's child tags, if there is a word contains BLUR, use the blur value and nail it to the corresponing path, while rendering canvas.

You have works to do i know but your app is greate and must be fixed as these basic features :)

image

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