Skip to content

sdteffen/dia-additional-shapes

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
po
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.