Ever wanted to make some of these fancy folder flap top-side only rounded corners?
Or rounded corners with different radii?
This extension allows the user to draw a rectangle with rounded corners as a path, specifying each corner's radius, in css order.
It also provides an option to remove the selected rectangle when it's done.
The extension works with multiple rectangles selected, too, processing each.
Use the included setup.py
script:
python setup.py install
This will copy the necessary files to your extensions directory:
%APPDATA%\inkscape\extensions
(e.g. C:\Users\User\AppData\Roaming\inkscape\extensions
)$HOME/.config/inkscape/extensions
Render->Custom rounded corners rect
.GPL-2.0