svgimagenode.cxx (3706bbde) svgimagenode.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

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

82 // read style attributes
83 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
84
85 // parse own
86 switch(aSVGToken)
87 {
88 case SVGTokenStyle:
89 {
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

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

82 // read style attributes
83 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
84
85 // parse own
86 switch(aSVGToken)
87 {
88 case SVGTokenStyle:
89 {
90 maSvgStyleAttributes.readStyle(aContent);
90 readLocalCssStyle(aContent);
91 break;
92 }
93 case SVGTokenPreserveAspectRatio:
94 {
95 setSvgAspectRatio(readSvgAspectRatio(aContent));
96 break;
97 }
98 case SVGTokenTransform:

--- 269 unchanged lines hidden ---
91 break;
92 }
93 case SVGTokenPreserveAspectRatio:
94 {
95 setSvgAspectRatio(readSvgAspectRatio(aContent));
96 break;
97 }
98 case SVGTokenTransform:

--- 269 unchanged lines hidden ---