svgsymbolnode.cxx (e2bf1e9d) | svgsymbolnode.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 --- 51 unchanged lines hidden (view full) --- 60 // read style attributes 61 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); 62 63 // parse own 64 switch(aSVGToken) 65 { 66 case SVGTokenStyle: 67 { | 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 --- 51 unchanged lines hidden (view full) --- 60 // read style attributes 61 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent); 62 63 // parse own 64 switch(aSVGToken) 65 { 66 case SVGTokenStyle: 67 { |
68 maSvgStyleAttributes.readStyle(aContent); | 68 readLocalCssStyle(aContent); |
69 break; 70 } 71 case SVGTokenViewBox: 72 { 73 const basegfx::B2DRange aRange(readViewBox(aContent, *this)); 74 75 if(!aRange.isEmpty()) 76 { --- 21 unchanged lines hidden --- | 69 break; 70 } 71 case SVGTokenViewBox: 72 { 73 const basegfx::B2DRange aRange(readViewBox(aContent, *this)); 74 75 if(!aRange.isEmpty()) 76 { --- 21 unchanged lines hidden --- |