svgtspannode.cxx (9d56236f) svgtspannode.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

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

62 // read text position attributes
63 maSvgTextPositions.parseTextPositionAttributes(rTokenName, aSVGToken, aContent);
64
65 // parse own
66 switch(aSVGToken)
67 {
68 case SVGTokenStyle:
69 {
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

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

62 // read text position attributes
63 maSvgTextPositions.parseTextPositionAttributes(rTokenName, aSVGToken, aContent);
64
65 // parse own
66 switch(aSVGToken)
67 {
68 case SVGTokenStyle:
69 {
70 maSvgStyleAttributes.readStyle(aContent);
70 readLocalCssStyle(aContent);
71 break;
72 }
73 default:
74 {
75 break;
76 }
77 }
78 }
79
80 } // end of namespace svgreader
81} // end of namespace svgio
82
83//////////////////////////////////////////////////////////////////////////////
84// eof
71 break;
72 }
73 default:
74 {
75 break;
76 }
77 }
78 }
79
80 } // end of namespace svgreader
81} // end of namespace svgio
82
83//////////////////////////////////////////////////////////////////////////////
84// eof