Re: Changes in SvgSvgNode::getSvgStyleAttributes()

2014-07-15 Thread Joren DC
Hi Regina, Tomaž, * op 15-07-14 00:12, Regina Henschel schreef: > It is shown correctly. The style definition selector fits to the > element. Now put the rectangle into a group and define the style for > the group. > > >"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";> > http://www.w3.org

Re: Changes in SvgSvgNode::getSvgStyleAttributes()

2014-07-15 Thread Regina Henschel
Hi Tomaž, forget my previous mail. The error is indeed that the old version of SvgSvgNode::getSvgStyleAttributes() does not consider the styles from the style element. Kind regards Regina Tomaž Vajngerl schrieb: Hi, On Mon, Jul 14, 2014 at 8:15 PM, Regina Henschel wrote: Hi all, I see s

Re: Changes in SvgSvgNode::getSvgStyleAttributes()

2014-07-14 Thread Regina Henschel
Hi Tomaž, Tomaž Vajngerl schrieb: Hi, On Mon, Jul 14, 2014 at 8:15 PM, Regina Henschel wrote: Hi all, I see some changes in fdo#78554 which I do not understand. In AOO the method SvgSvgNode::getSvgStyleAttributes() is a simple getter for the member maSvgStyleAttributes. First was a change i

Re: Changes in SvgSvgNode::getSvgStyleAttributes()

2014-07-14 Thread Tomaž Vajngerl
On Mon, Jul 14, 2014 at 9:05 PM, Tomaž Vajngerl wrote: > I have "reverse engeneered" what fdo#78554 wants to fix and started > writing a test, but it is not really finished yet. I mean what 1d89cd08ab3566375e30b17f1b17bc240ca907a4 wants to fix... Regards, Tomaž __

Re: Changes in SvgSvgNode::getSvgStyleAttributes()

2014-07-14 Thread Tomaž Vajngerl
Hi, On Mon, Jul 14, 2014 at 8:15 PM, Regina Henschel wrote: > Hi all, > > I see some changes in fdo#78554 which I do not understand. In AOO the method > SvgSvgNode::getSvgStyleAttributes() is a simple getter for the member > maSvgStyleAttributes. > > First was a change in commit 1d89cd08ab3566375

Changes in SvgSvgNode::getSvgStyleAttributes()

2014-07-14 Thread Regina Henschel
Hi all, I see some changes in fdo#78554 which I do not understand. In AOO the method SvgSvgNode::getSvgStyleAttributes() is a simple getter for the member maSvgStyleAttributes. First was a change in commit 1d89cd08ab3566375e30b17f1b17bc240ca907a4. But the commit message does not mention, wha