svgmarkernode.cxx (e92bb418) svgmarkernode.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

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

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

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

68 // read style attributes
69 maSvgStyleAttributes.parseStyleAttribute(rTokenName, aSVGToken, aContent);
70
71 // parse own
72 switch(aSVGToken)
73 {
74 case SVGTokenStyle:
75 {
76 maSvgStyleAttributes.readStyle(aContent);
76 readLocalCssStyle(aContent);
77 break;
78 }
79 case SVGTokenViewBox:
80 {
81 const basegfx::B2DRange aRange(readViewBox(aContent, *this));
82
83 if(!aRange.isEmpty())
84 {

--- 131 unchanged lines hidden ---
77 break;
78 }
79 case SVGTokenViewBox:
80 {
81 const basegfx::B2DRange aRange(readViewBox(aContent, *this));
82
83 if(!aRange.isEmpty())
84 {

--- 131 unchanged lines hidden ---