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

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

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

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

67 // read style attributes
68 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
69
70 // parse own
71 switch(aSVGToken)
72 {
73 case SVGTokenStyle:
74 {
75 maSvgStyleAttributes.readStyle(aContent);
75 readLocalCssStyle(aContent);
76 break;
77 }
78 case SVGTokenPoints:
79 {
80 basegfx::B2DPolygon aPath;
81
82 if(basegfx::tools::importFromSvgPoints(aPath, aContent))
83 {

--- 50 unchanged lines hidden ---
76 break;
77 }
78 case SVGTokenPoints:
79 {
80 basegfx::B2DPolygon aPath;
81
82 if(basegfx::tools::importFromSvgPoints(aPath, aContent))
83 {

--- 50 unchanged lines hidden ---