lp:~glyphobet/inkscape/alphabet_soup

Created by Glyphobet and last modified
Get this branch:
bzr branch lp:~glyphobet/inkscape/alphabet_soup
Only Glyphobet can upload to this branch. If you are Glyphobet please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Glyphobet
Project:
Inkscape
Status:
Mature

Recent revisions

10469. By Glyphobet

boolean labels shouldn't have colons

10468. By Glyphobet

Expose Alphabet Soup's randomize functionality, remove extraneous
random.seed(), and don't generate counterclockwise paths

The original implementation of Alphabet Soup in Inkscape seems to have
been confused about its randomizing mode. Alphabet Soup's randomizing
mode takes a random walk through the grammar; it is not a way to seed
the random module. This commit exposes Alphabet Soup's random string
generation, and removes a call to random.seed() that did nothing.

It also fixes a bug where reflected paths were switched from clockwise
to counterclockwise. This was generating small, white areas where
counterclockwise paths overlapped other paths. Paths are now reversed
when they are reflected, thus maintaining their correct direction.

10467. By Glyphobet

clean up component SVG pieces for alphabet_soup extension

The original implementation of Alphabet Soup in Inkscape appears to
have used autotraced versions of the component PNGs. This led to some
of the shapes not lining up perfectly with others. This commit cleans
the autotraced SVG components so that they line up with each other
perfectly.

10466. By Johan Engelen

- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded

10465. By Krzysztof Kosinski

Fix build failures on make check

10464. By Diederik van Lierop

Fix crash that occurred when scaling a clipped object, as reported in lp:811819

10463. By Diederik van Lierop

Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.). See lp:360158

10462. By Kris

Dutch tutorials: typos and update

10461. By Jon A. Cruz

Cleanup of oudated/redundant SP_ITEM() macro use.

10460. By ideasman42

added WITH_GNOME_VFS as an option for cmake

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~inkscape.dev/inkscape/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers