svggnode.cxx (4374d266) svggnode.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

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

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

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

72 // read style attributes
73 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
74
75 // parse own
76 switch(aSVGToken)
77 {
78 case SVGTokenStyle:
79 {
80 maSvgStyleAttributes.readStyle(aContent);
80 readLocalCssStyle(aContent);
81 break;
82 }
83 case SVGTokenTransform:
84 {
85 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this));
86
87 if(!aMatrix.isIdentity())
88 {

--- 47 unchanged lines hidden ---
81 break;
82 }
83 case SVGTokenTransform:
84 {
85 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this));
86
87 if(!aMatrix.isIdentity())
88 {

--- 47 unchanged lines hidden ---