svgmasknode.cxx (e90e3a55) svgmasknode.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

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

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

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

71 // read style attributes
72 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
73
74 // parse own
75 switch(aSVGToken)
76 {
77 case SVGTokenStyle:
78 {
79 maSvgStyleAttributes.readStyle(aContent);
79 readLocalCssStyle(aContent);
80 break;
81 }
82 case SVGTokenX:
83 {
84 SvgNumber aNum;
85
86 if(readSingleNumber(aContent, aNum))
87 {

--- 244 unchanged lines hidden ---
80 break;
81 }
82 case SVGTokenX:
83 {
84 SvgNumber aNum;
85
86 if(readSingleNumber(aContent, aNum))
87 {

--- 244 unchanged lines hidden ---