Skip to content

rebasegod/dia-additional-shapes

 
 

Repository files navigation

dia-shapes

These are additional shapes for Dia.

More information is available from dia-installer.de/shapes

The build system allows to package the shapes for use with Diashapes.

This package was previously named dia-additional-shapes.

Like Dia, this package is licensed under the terms of the GNU General Public License, version 2.

Sheets

Detailed information for some of the included sheets:

Shape processing

To turn all white pixels in a PNG icon transparent, use ImageMagick:

convert -alpha on -channel RGBA -fuzz 8% -fill none -opaque "#ffffff" \
	+repage foo.png foo.png 

src/floodfillicon.sh can be used to To floodfill all white areas from the outside.

About

Additional shapes for Dia, Debian package dia-shapes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 46.6%
  • Makefile 40.4%
  • Python 8.2%
  • Shell 3.6%
  • M4 1.2%