[Checkins] [zopefoundation/z3c.rml] 6edbb8: Rough SVG support.

GitHub noreply at github.com
Wed Mar 6 02:05:44 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.rml
  Commit: 6edbb8bccc918c50c532decf05436ec31aaf37b3
      https://github.com/zopefoundation/z3c.rml/commit/6edbb8bccc918c50c532decf05436ec31aaf37b3
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M setup.py
    M src/z3c/rml/attr.py
    M src/z3c/rml/document.py
    A src/z3c/rml/tests/expected/tag-image-svg.pdf
    A src/z3c/rml/tests/expected/tag-imageAndFlowables-svg.pdf
    A src/z3c/rml/tests/input/images/cylinder.svg
    A src/z3c/rml/tests/input/images/cylinder.svgz
    A src/z3c/rml/tests/input/tag-image-svg.rml
    A src/z3c/rml/tests/input/tag-imageAndFlowables-svg.rml

  Log Message:
  -----------
  Rough SVG support.

Stroke widths are often not scaled properly and all transparency is
lost. The alternative is to pass a Drawing instance around but that
slows down things significantly and increases the filesize by a megabyte
even for simple SVGs.


  Commit: 6db2758484b4885e13c1195a6a31519b26f0f540
      https://github.com/zopefoundation/z3c.rml/commit/6db2758484b4885e13c1195a6a31519b26f0f540
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M src/z3c/rml/attr.py

  Log Message:
  -----------
  Cache SVGs more aggressively


  Commit: 282dc2358f4f9f682e4644418a7895e264dad4e3
      https://github.com/zopefoundation/z3c.rml/commit/282dc2358f4f9f682e4644418a7895e264dad4e3
  Author: Kyle MacFarlane <kyle at deletethetrees.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M src/z3c/rml/attr.py
    M src/z3c/rml/tests/expected/tag-image-svg.pdf

  Log Message:
  -----------
  Fixed SVG scaling


  Commit: f53380ed99884a04a79fff5f9a773221e3aaca4d
      https://github.com/zopefoundation/z3c.rml/commit/f53380ed99884a04a79fff5f9a773221e3aaca4d
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-05 (Tue, 05 Mar 2013)

  Changed paths:
    M setup.py
    M src/z3c/rml/attr.py
    M src/z3c/rml/document.py
    A src/z3c/rml/tests/expected/tag-image-svg.pdf
    A src/z3c/rml/tests/expected/tag-imageAndFlowables-svg.pdf
    A src/z3c/rml/tests/input/images/cylinder.svg
    A src/z3c/rml/tests/input/images/cylinder.svgz
    A src/z3c/rml/tests/input/tag-image-svg.rml
    A src/z3c/rml/tests/input/tag-imageAndFlowables-svg.rml

  Log Message:
  -----------
  Merge pull request #2 from kylemacfarlane/svgs

SVG support


Compare: https://github.com/zopefoundation/z3c.rml/compare/be1f9c3ce649...f53380ed9988


More information about the checkins mailing list