Skip to content

linuxstudio/dia-additional-shapes

This branch is up to date with sdteffen/dia-additional-shapes:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Steffen Macke
Jan 22, 2014
b25a43d · Jan 22, 2014
Jan 20, 2014
Dec 9, 2013
Dec 10, 2013
Dec 31, 2013
Dec 5, 2013
Jan 22, 2014
Dec 6, 2013
Dec 5, 2013
Aug 22, 2009
May 22, 2012
Jan 20, 2014
Dec 10, 2013
Jun 24, 2013
Dec 20, 2013
May 16, 2013
Dec 20, 2013
Dec 20, 2013
Dec 20, 2013
Dec 5, 2013

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# 79.9%
  • Python 14.0%
  • Shell 6.1%