svggradientstopnode.cxx (ddde725d) | svggradientstopnode.cxx (e2bf1e9d) |
---|---|
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 --- 63 unchanged lines hidden (view full) --- 72 { 73 if(aNum.isPositive()) 74 { 75 setOffset(aNum); 76 } 77 } 78 break; 79 } | 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 --- 63 unchanged lines hidden (view full) --- 72 { 73 if(aNum.isPositive()) 74 { 75 setOffset(aNum); 76 } 77 } 78 break; 79 } |
80 default: 81 { 82 break; 83 } |
|
80 } 81 } 82 83 } // end of namespace svgreader 84} // end of namespace svgio 85 86////////////////////////////////////////////////////////////////////////////// 87// eof | 84 } 85 } 86 87 } // end of namespace svgreader 88} // end of namespace svgio 89 90////////////////////////////////////////////////////////////////////////////// 91// eof |