pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/fontforge
Module Name: pkgsrc
Committed By: adam
Date: Mon May 2 11:15:42 UTC 2011
Modified Files:
pkgsrc/fonts/fontforge: Makefile PLIST distinfo
pkgsrc/fonts/fontforge/patches: patch-aa patch-ae
Removed Files:
pkgsrc/fonts/fontforge/patches: patch-ai patch-aj patch-ak patch-al
Log Message:
Changes 20110222:
* Did a lot of work to improve the accuracy in remove overlap. Improved
accuracy means that it is less likely to do the wrong thing. Problems happen
when there are points or intersections very close to each other.
(So quadratic glyphs are more likely to have problems than cubics simply
because they have more points, on average).
* Fix various error messages.
* Remove some obsolete documentation.
* Technical fixes to stroking code.
* Add a miterlimit to stroking code.
* FontForge was using the wrong MIME type for svg files. W3C has changed it and
it's now "image/svg+xml" not "image/svg-xml" or "image/svg".
* Since Inkscape images tend to be at unexpected y positions, force the view to
rescale/recenter itself if the result after a paste/import is outside the
current window. (Inkscape tends to put things at the top of a page, but the
origin is at the bottom, and FF looks at the origin.
* A line joint of 180 degrees (which shouldn't have happened in stroking, but
did) caused an infinite loop.
* Typo in add extrema code (again).
* More...
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/fonts/fontforge/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/fonts/fontforge/PLIST
cvs rdiff -u -r1.57 -r1.58 pkgsrc/fonts/fontforge/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/fonts/fontforge/patches/patch-aa
cvs rdiff -u -r1.22 -r1.23 pkgsrc/fonts/fontforge/patches/patch-ae
cvs rdiff -u -r1.5 -r0 pkgsrc/fonts/fontforge/patches/patch-ai
cvs rdiff -u -r1.4 -r0 pkgsrc/fonts/fontforge/patches/patch-aj
cvs rdiff -u -r1.3 -r0 pkgsrc/fonts/fontforge/patches/patch-ak
cvs rdiff -u -r1.1 -r0 pkgsrc/fonts/fontforge/patches/patch-al
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index