diff options
Diffstat (limited to 'examples/embedding/xml/svg')
-rw-r--r-- | examples/embedding/xml/svg/helloworld.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/embedding/xml/svg/helloworld.svg b/examples/embedding/xml/svg/helloworld.svg index 6eec44cd3..f21b1d9df 100644 --- a/examples/embedding/xml/svg/helloworld.svg +++ b/examples/embedding/xml/svg/helloworld.svg @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"> <svg xml:space="preserve" x="-1.70458in" y="0.198315in" width="2.6622in" height="1.89672in" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality" viewBox="-4330 0 6762 4818"> |