svgclippathnode.cxx (e90e3a55) svgclippathnode.cxx (9d01bcde)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 56 unchanged lines hidden (view full) ---

65 // read style attributes
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
67
68 // parse own
69 switch(aSVGToken)
70 {
71 case SVGTokenStyle:
72 {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 56 unchanged lines hidden (view full) ---

65 // read style attributes
66 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
67
68 // parse own
69 switch(aSVGToken)
70 {
71 case SVGTokenStyle:
72 {
73 maSvgStyleAttributes.readStyle(aContent);
73 readLocalCssStyle(aContent);
74 break;
75 }
76 case SVGTokenTransform:
77 {
78 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this));
79
80 if(!aMatrix.isIdentity())
81 {

--- 195 unchanged lines hidden ---
74 break;
75 }
76 case SVGTokenTransform:
77 {
78 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this));
79
80 if(!aMatrix.isIdentity())
81 {

--- 195 unchanged lines hidden ---