Re: Development progress on SVG-graphics

2014-08-02 Thread Ariel Constenla-Haile
On Sat, Aug 02, 2014 at 10:35:01AM +0100, Pedro Lino wrote:
 Hi Armin, Regina, all
 
 
 On Fri, Aug 1, 2014 at 3:44 PM, Armin Le Grand armin.le.gr...@me.com
 wrote:
 
  Maybe, but more simple, please. It's enough to
  - insert SVG
  - convert to metafile (context menu)
  You can add me to CC immediately.
 
 
 If you mean right click on the SVG, choose Save Graphics and then saving as
 Enhanced Metafile or Windows Metafile, then the files are exported
 correctly.
 
 That is not the problem

You have to use Draw, not Writer, in order to find that option in the
context menu.

- New Draw document
- Insert 
http://upload.wikimedia.org/wikipedia/commons/archive/e/e2/20140516213145%21Google_Chrome_icon_%282011%29.svg
- Select the graphic
- Right-click to open the context menu
- Select Convert - To Metafile (or just select Break)

This is reproducible with the first version from
http://en.wikipedia.org/wiki/File:Google_Chrome_icon_%282011%29.svg but
not with the current one.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: Digital signature


Re: Development progress on SVG-graphics

2014-08-02 Thread Regina Henschel

Hi,

Armin Le Grand schrieb:
[..]

On 01.08.2014 14:43, Regina Henschel wrote:

[..]

BTW, the error is not in the pdf export, but in the conservation to
metafile.


Regina is right, it's a problem in conversion to metafile, probably
clipping involved. Do we have a task in bugzilla for this?


I have written https://issues.apache.org/ooo/show_bug.cgi?id=125349
The reason is the combination of point outside viewBox and gradient 
fill, details in the bug report.


Kind regards
Regina


-
To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
For additional commands, e-mail: qa-h...@openoffice.apache.org



Re: Development progress on SVG-graphics

2014-08-02 Thread Pedro Lino
Hi Ariel

Thank you for the detailed instructions!
Yes, that does show what you get when you export to PDF and in the PNG
thumbnails..

Thanks!


On Sat, Aug 2, 2014 at 10:45 AM, Ariel Constenla-Haile arie...@apache.org
wrote:

 On Sat, Aug 02, 2014 at 10:35:01AM +0100, Pedro Lino wrote:
  Hi Armin, Regina, all
 
 
  On Fri, Aug 1, 2014 at 3:44 PM, Armin Le Grand armin.le.gr...@me.com
  wrote:
 
   Maybe, but more simple, please. It's enough to
   - insert SVG
   - convert to metafile (context menu)
   You can add me to CC immediately.
  
  
  If you mean right click on the SVG, choose Save Graphics and then saving
 as
  Enhanced Metafile or Windows Metafile, then the files are exported
  correctly.
 
  That is not the problem

 You have to use Draw, not Writer, in order to find that option in the
 context menu.

 - New Draw document
 - Insert
 http://upload.wikimedia.org/wikipedia/commons/archive/e/e2/20140516213145%21Google_Chrome_icon_%282011%29.svg
 - Select the graphic
 - Right-click to open the context menu
 - Select Convert - To Metafile (or just select Break)

 This is reproducible with the first version from
 http://en.wikipedia.org/wiki/File:Google_Chrome_icon_%282011%29.svg but
 not with the current one.


 Regards
 --
 Ariel Constenla-Haile
 La Plata, Argentina



Re: Development progress on SVG-graphics

2014-08-01 Thread Pedro Lino
Hi Regina

I'm not sure if this is what you meant, but I reported this bug on LO a
long time ago but it is also present in AOO.

https://bugs.freedesktop.org/show_bug.cgi?id=71068

Kind regards,
Pedro


On Thu, Jul 31, 2014 at 12:20 AM, Regina Henschel rb.hensc...@t-online.de
wrote:

 Hi all,

 perhaps you have noticed recently a lot of issues and commits regarding
 SVG. Styling a SVG-Graphic with CSS stylesheets is a great feature, but
 very complex. Thanks to Armins recent work, OpenOffice now understands the
 simple selectors 'id', 'class' and type in the style sheet element,
 understands the style attribute in addition to non-css presentation
 attributes, and handles their priority correctly. That covers most of the
 graphics you will use, for example from clip art galleries.

 These CSS-features are still missing:
 complex selectors with descendant, child and sibling relations
 selectors with attributes
 @import and @media
 !important
 pseudo classes like :lang or :hover

 The current state has been tested with a lot of special test files. But
 now we need real-life svg-graphics. So if you come across such graphics,
 please take an OpenOffice build from a buildbot (make sure it is a 4.2
 build and not a 4.1.1 build) and try it out; and when you encounter a
 problem, report it here.

 Kind regards
 Regina


 -
 To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: qa-h...@openoffice.apache.org




Re: Development progress on SVG-graphics

2014-08-01 Thread Regina Henschel

He Pedro,

Pedro Lino schrieb:

Hi Regina

I'm not sure if this is what you meant, but I reported this bug on LO a
long time ago but it is also present in AOO.

https://bugs.freedesktop.org/show_bug.cgi?id=71068


No, the current improvements are for import of svg graphics and the 
import seems to be correct in your case. I can see a normal Chrome logo. 
In addition, the logo has been created with Inkscape and Inkscape has 
only small support for CSS.


BTW, the error is not in the pdf export, but in the conservation to 
metafile.


Kind regards
Regina

-
To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
For additional commands, e-mail: qa-h...@openoffice.apache.org



Re: Development progress on SVG-graphics

2014-08-01 Thread Armin Le Grand

Ho Pedro,

On 01.08.2014 14:43, Regina Henschel wrote:

He Pedro,

Pedro Lino schrieb:

Hi Regina

I'm not sure if this is what you meant, but I reported this bug on LO a
long time ago but it is also present in AOO.

https://bugs.freedesktop.org/show_bug.cgi?id=71068


No, the current improvements are for import of svg graphics and the 
import seems to be correct in your case. I can see a normal Chrome 
logo. In addition, the logo has been created with Inkscape and 
Inkscape has only small support for CSS.


BTW, the error is not in the pdf export, but in the conservation to 
metafile.


Regina is right, it's a problem in conversion to metafile, probably 
clipping involved. Do we have a task in bugzilla for this?


Sincerely,
Armin



Kind regards
Regina

-
To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
For additional commands, e-mail: qa-h...@openoffice.apache.org


--
ALG

-
To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
For additional commands, e-mail: qa-h...@openoffice.apache.org



Re: Development progress on SVG-graphics

2014-08-01 Thread Pedro Lino
Hu Armin, Regina


On Fri, Aug 1, 2014 at 2:29 PM, Armin Le Grand armin.le.gr...@me.com
wrote:

 Ho Pedro,


 On 01.08.2014 14:43, Regina Henschel wrote:

 He Pedro,

 Pedro Lino schrieb:

 Hi Regina

 I'm not sure if this is what you meant, but I reported this bug on LO a
 long time ago but it is also present in AOO.

 https://bugs.freedesktop.org/show_bug.cgi?id=71068


 No, the current improvements are for import of svg graphics and the
 import seems to be correct in your case. I can see a normal Chrome logo. In
 addition, the logo has been created with Inkscape and Inkscape has only
 small support for CSS.

 BTW, the error is not in the pdf export, but in the conservation to
 metafile.


 Regina is right, it's a problem in conversion to metafile, probably
 clipping involved. Do we have a task in bugzilla for this?


The task is in LO's Bugzilla. Should I add a copy to AOO's Issuezilla?


Re: Development progress on SVG-graphics

2014-08-01 Thread Jürgen Schmidt
what are you all smoking or drinking ... he, hu, ho, hi

Have a nice weeknend

Juergen

On 01/08/14 16:44, Armin Le Grand wrote:
 Hi Pedro,
 
 On 01.08.2014 15:34, Pedro Lino wrote:
 Hu Armin, Regina


 On Fri, Aug 1, 2014 at 2:29 PM, Armin Le Grand armin.le.gr...@me.com
 wrote:

  Ho Pedro,


 On 01.08.2014 14:43, Regina Henschel wrote:

 He Pedro,

 Pedro Lino schrieb:

 Hi Regina

 I'm not sure if this is what you meant, but I reported this bug on
 LO a
 long time ago but it is also present in AOO.

 https://bugs.freedesktop.org/show_bug.cgi?id=71068

 No, the current improvements are for import of svg graphics and the
 import seems to be correct in your case. I can see a normal Chrome
 logo. In
 addition, the logo has been created with Inkscape and Inkscape has only
 small support for CSS.

 BTW, the error is not in the pdf export, but in the conservation to
 metafile.

 Regina is right, it's a problem in conversion to metafile, probably
 clipping involved. Do we have a task in bugzilla for this?

 The task is in LO's Bugzilla. Should I add a copy to AOO's Issuezilla?

 
 Maybe, but more simple, please. It's enough to
 - insert SVG
 - convert to metafile (context menu)
 You can add me to CC immediately.
 
 Sincerely,
 Armin
 -- 
 ALG
 
 -
 To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: qa-h...@openoffice.apache.org
 


-
To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
For additional commands, e-mail: qa-h...@openoffice.apache.org



Development progress on SVG-graphics

2014-07-30 Thread Regina Henschel

Hi all,

perhaps you have noticed recently a lot of issues and commits regarding 
SVG. Styling a SVG-Graphic with CSS stylesheets is a great feature, but 
very complex. Thanks to Armins recent work, OpenOffice now understands 
the simple selectors 'id', 'class' and type in the style sheet element, 
understands the style attribute in addition to non-css presentation 
attributes, and handles their priority correctly. That covers most of 
the graphics you will use, for example from clip art galleries.


These CSS-features are still missing:
complex selectors with descendant, child and sibling relations
selectors with attributes
@import and @media
!important
pseudo classes like :lang or :hover

The current state has been tested with a lot of special test files. But 
now we need “real-life” svg-graphics. So if you come across such 
graphics, please take an OpenOffice build from a buildbot (make sure it 
is a 4.2 build and not a 4.1.1 build) and try it out; and when you 
encounter a problem, report it here.


Kind regards
Regina


-
To unsubscribe, e-mail: qa-unsubscr...@openoffice.apache.org
For additional commands, e-mail: qa-h...@openoffice.apache.org