1. 24 Apr, 2012 2 commits
    • Rafael Monnerat's avatar
      Rely only into Image.convert to convert images · 5421188e
      Rafael Monnerat authored
      If a TextDocument is used as image (ie.: like in Web Illustration to SVG),
      the conversion API should be from Image to prevent code duplications.
      5421188e
    • Rafael Monnerat's avatar
      Fix SVG to PNG conversion when a xlink:href uses a URL · 036a066d
      Rafael Monnerat authored
      Transform the URL into Data URI in order to avoid ImageMagick and
      rsvg-convert limitations. This API should be dropped as soon those external
      tools can handle remote URLs (ie.: http, https ...) into SVG definitions.
      
      It was included defensive code and a lot of tests to prevent unexpected
      outcomes, like raise ConversionError if the download failures and do
      not parse empty content.
      036a066d
  2. 13 Apr, 2012 7 commits
  3. 12 Apr, 2012 1 commit
  4. 11 Apr, 2012 3 commits
  5. 10 Apr, 2012 23 commits
  6. 09 Apr, 2012 1 commit
  7. 06 Apr, 2012 3 commits