1. 29 Kas, 2015 2 kayıt (commit)
    • Marco Cecchetti's avatar
      svg-export: now animation elements are exported with namespace · e6db50ab
      Marco Cecchetti yazdı
      For debug build an assertion failed because of presentation, smil and
      anim namespaces were not registered before exporting. The JavaScript
      engine has been modified in order to handle qualified animation elements
      and attributes.
      
      Change-Id: I2415fd59c2d1afddb1c68b708feb62e446ea5252
      e6db50ab
    • Marco Cecchetti's avatar
      svg export: fixed issue about text fields and shape bounding box · 69fcd7ac
      Marco Cecchetti yazdı
      - issue: text fields were not displayed; this happened for debug build
      only: the problem was due to 2 facts: 1) the last fix for text
      decoration which changes the order in which tspan and desc elements are
      exported; 2) a workaround implemented for fixing the fact that date/time
      fields were not exported correctly when positioned chars are used (see
      commit c0a08eab).
      
          - issue: text fields were no more aligned correctly: this was due to
      the fact that the rect element representing the bounding box of the
      exported shape is not exported any more: I suspect that the rectangle
      was present in the generated GDIMetaFile representation of the exported
      shape.
      
      Change-Id: I3cd7b0d3a7f2bde8bfd8b933297cbdd7b90e6567
      69fcd7ac
  2. 28 Kas, 2015 38 kayıt (commit)