svgusenode.cxx (a275c134) svgusenode.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

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

66 // read style attributes
67 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
68
69 // parse own
70 switch(aSVGToken)
71 {
72 case SVGTokenStyle:
73 {
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

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

66 // read style attributes
67 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
68
69 // parse own
70 switch(aSVGToken)
71 {
72 case SVGTokenStyle:
73 {
74 maSvgStyleAttributes.readStyle(aContent);
74 readLocalCssStyle(aContent);
75 break;
76 }
77 case SVGTokenTransform:
78 {
79 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this));
80
81 if(!aMatrix.isIdentity())
82 {

--- 121 unchanged lines hidden ---
75 break;
76 }
77 case SVGTokenTransform:
78 {
79 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this));
80
81 if(!aMatrix.isIdentity())
82 {

--- 121 unchanged lines hidden ---