svgpatternnode.cxx (e92bb418) svgpatternnode.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 SVGTokenViewBox:
94 {
95 const basegfx::B2DRange aRange(readViewBox(aContent, *this));
96
97 if(!aRange.isEmpty())
98 {

--- 367 unchanged lines hidden ---
91 break;
92 }
93 case SVGTokenViewBox:
94 {
95 const basegfx::B2DRange aRange(readViewBox(aContent, *this));
96
97 if(!aRange.isEmpty())
98 {

--- 367 unchanged lines hidden ---