jnweiger / inkscape-round-corners

An inkscape 1.0 extension to apply a radius to sharp corners of a path.
GNU General Public License v2.0
10 stars 2 forks source link

test/rect.svg cannot round the lower right corner #2

Closed jnweiger closed 3 years ago

jnweiger commented 3 years ago

It says "Value 0 too small"

Probably a computaton error where the path wraps around from last node to first node. Closed paths are denoted by an additional last node identical to the first node.

jnweiger commented 3 years ago

Version 1.4 rounds that nasty corner, but it also has an extra hack to the node we skipped for finding the prev vector. Never thought that the cubic-super-path is such an ugly beast. image