svgtextpathnode.cxx (693be7f6) svgtextpathnode.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

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

301 // read style attributes
302 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
303
304 // parse own
305 switch(aSVGToken)
306 {
307 case SVGTokenStyle:
308 {
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

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

301 // read style attributes
302 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
303
304 // parse own
305 switch(aSVGToken)
306 {
307 case SVGTokenStyle:
308 {
309 maSvgStyleAttributes.readStyle(aContent);
309 readLocalCssStyle(aContent);
310 break;
311 }
312 case SVGTokenStartOffset:
313 {
314 SvgNumber aNum;
315
316 if(readSingleNumber(aContent, aNum))
317 {

--- 197 unchanged lines hidden ---
310 break;
311 }
312 case SVGTokenStartOffset:
313 {
314 SvgNumber aNum;
315
316 if(readSingleNumber(aContent, aNum))
317 {

--- 197 unchanged lines hidden ---