svgpathnode.cxx (1f882ec4) svgpathnode.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

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

63 // read style attributes
64 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
65
66 // parse own
67 switch(aSVGToken)
68 {
69 case SVGTokenStyle:
70 {
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

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

63 // read style attributes
64 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
65
66 // parse own
67 switch(aSVGToken)
68 {
69 case SVGTokenStyle:
70 {
71 maSvgStyleAttributes.readStyle(aContent);
71 readLocalCssStyle(aContent);
72 break;
73 }
74 case SVGTokenD:
75 {
76 basegfx::B2DPolyPolygon aPath;
77
78 if(basegfx::tools::importFromSvgD(aPath, aContent, false, &maHelpPointIndices))
79 {

--- 56 unchanged lines hidden ---
72 break;
73 }
74 case SVGTokenD:
75 {
76 basegfx::B2DPolyPolygon aPath;
77
78 if(basegfx::tools::importFromSvgD(aPath, aContent, false, &maHelpPointIndices))
79 {

--- 56 unchanged lines hidden ---