svgtextnode.cxx (50b37974) svgtextnode.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

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

70 // read text position attributes
71 maSvgTextPositions.parseTextPositionAttributes(rTokenName, aSVGToken, aContent);
72
73 // parse own
74 switch(aSVGToken)
75 {
76 case SVGTokenStyle:
77 {
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

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

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

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

--- 190 unchanged lines hidden ---