Menu

Code Commit Log


Commit Date  
[r3805] by mdboom

Removing obsolete branch for mathtext improvements (merged to trunk a long time ago

2007-09-07 13:55:45 Tree
[r3804] by mdboom

Fix a couple of backend_svg buglets.
1. Dashed lines did not render properly
2. Resulting SVG was scaled wrong (width and height should be
specified in points, not pixels.)

2007-09-07 12:25:37 Tree
[r3803] by jouni

Clip path support in pdf backend

2007-09-07 06:58:00 Tree
[r3802] by jouni

A more careful reading of the pdf spec reveals that Type 1 fonts
embedded in pdf files are not actually supposed to be in pfa format,
but a similar format where the encrypted part is not encoded in
hexadecimal, and where the "fixed-content" part at the end may be
omitted. This fixes the problems with Preview.app.

2007-09-06 20:13:11 Tree
[r3801] by mdboom

Fix typo

2007-09-06 19:36:34 Tree
[r3800] by mdboom

Fix typo

2007-09-06 19:36:14 Tree
[r3799] by mdboom

Add svgz support to backend_svg and backend_cairo.
Put all styles inside of a separate <style> element in backend_svg, to
save considerably on file size.

2007-09-06 19:35:00 Tree
[r3798] by mdboom

Refactoring of FigureCanvas*.print_figure so that each backend does
not have to track all other possible filetypes. This should make it
easier to add new filetype backends without updating lots of places.
All GUI backends have the same base set of filetypes they support,
defined in FigureCanvasBase. Non-GUI backends, for the most part will
still only write to their own file format (and not do any
switch_backend magic.) All GUI backends (where possible) now generate
a list of file patterns for their file chooser dialogs, rather than
having hard-coded lists.

See FILETYPES for matrix of filetypes supported by each backend.

2007-09-06 18:50:08 Tree
[r3797] by jouni

Small bugfix in pdf backend

2007-09-06 14:46:49 Tree
[r3796] by mdboom

Undoing last commit. I don't understand why a gray8 buffer is four
bytes per pixel, but there's a lot I don't understand about Agg.

2007-09-06 12:10:07 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.