svgcirclenode.cxx (1f882ec4) | svgcirclenode.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 --- 55 unchanged lines hidden (view full) --- 64 // read style attributes 65 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); 66 67 // parse own 68 switch(aSVGToken) 69 { 70 case SVGTokenStyle: 71 { | 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 --- 55 unchanged lines hidden (view full) --- 64 // read style attributes 65 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); 66 67 // parse own 68 switch(aSVGToken) 69 { 70 case SVGTokenStyle: 71 { |
72 maSvgStyleAttributes.readStyle(aContent); | 72 readLocalCssStyle(aContent); |
73 break; 74 } 75 case SVGTokenCx: 76 { 77 SvgNumber aNum; 78 79 if(readSingleNumber(aContent, aNum)) 80 { --- 77 unchanged lines hidden --- | 73 break; 74 } 75 case SVGTokenCx: 76 { 77 SvgNumber aNum; 78 79 if(readSingleNumber(aContent, aNum)) 80 { --- 77 unchanged lines hidden --- |