blob: 8369c841f6ee975d244eb7b7c488a4a977cfb4b1 [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!--
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.
-->
<!-- ========================================================================= -->
<!-- Test description here -->
<!-- -->
<!-- @author bill.haneman@ireland.sun.com -->
<!-- @version $Id$ -->
<!-- ========================================================================= -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450" height="500" viewBox="0 0 450 500">
<title>Henry V</title>
<!-- ============================================================= -->
<!-- Test content -->
<!-- ============================================================= -->
<defs>
<filter id="blur" filterUnits="objectBoundingBox" primitiveUnits="objectBoundingBox" x="-20%" y="-20%" width="120%" height="120%" >
<feGaussianBlur stdDeviation="2 2" x="-10%" y="-10%" width="120%" height="120%" />
</filter>
<filter id="wideBlur" filterUnits="objectBoundingBox" primitiveUnits="objectBoundingBox" x="-20%" y="-20%" width="120%" height="120%" >
<feGaussianBlur stdDeviation="8 8" x="-10%" y="-10%" width="120%" height="120%" />
</filter>
<clipPath id="shakeSpeare" font-family="Serif" font-weight="bold" font-size="125" text-anchor="middle" transform="scale(0.8, 1.5)">
<text x="50%" y="28%">Henry</text>
<text font-size="200" x="50%" y="60%">V</text>
</clipPath>
<g font-family="Serif" font-weight="bold" font-size="125" text-anchor="middle" id="henryV" transform="scale(0.8, 1.5)">
<text x="50%" y="28%">Henry</text>
<text font-size="200" x="50%" y="60%">V</text>
</g>
<g font-family="Serif" id="text" font-style="oblique" font-size="15" fill="DarkRed" transform="scale(1.10, 0.92)">
<text x="3%" y="6%">O for a Muse of fire, that would ascend</text>
<text x="3%" y="9%">The brightest heaven of invention,</text>
<text x="3%" y="12%">A kingdom for a stage, princes to act</text>
<text x="3%" y="15%">And monarchs to behold the swelling scene!</text>
<text x="3%" y="18%">Then should the warlike Harry, like himself,</text>
<text x="3%" y="21%">Assume the port of Mars; and at his heels,</text>
<text x="3%" y="24%">Leash'd in like hounds, should famine, sword and fire</text>
<text x="3%" y="27%">Crouch for employment. But pardon, and gentles all,</text>
<text x="3%" y="30%">The flat unraised spirits that have dared</text>
<text x="3%" y="33%">On this unworthy scaffold to bring forth</text>
<text x="3%" y="36%">So great an object: can this cockpit hold</text>
<text x="3%" y="39%">The vasty fields of France? or may we cram</text>
<text x="3%" y="42%">Within this wooden O the very casques</text>
<text x="3%" y="45%">That did affright the air at Agincourt?</text>
<text x="3%" y="48%">O, pardon! since a crooked figure may</text>
<text x="3%" y="51%">Attest in little place a million;</text>
<text x="3%" y="54%">And let us, ciphers to this great accompt,</text>
<text x="3%" y="57%">On your imaginary forces work.</text>
<text x="3%" y="60%">Suppose within the girdle of these walls</text>
<text x="3%" y="63%">Are now confined two mighty monarchies,</text>
<text x="3%" y="66%">Whose high upreared and abutting fronts</text>
<text x="3%" y="69%">The perilous narrow ocean parts asunder:</text>
<text x="3%" y="72%">Piece out our imperfections with your thoughts;</text>
<text x="3%" y="75%">Into a thousand parts divide on man,</text>
<text x="3%" y="78%">And make imaginary puissance;</text>
<text x="3%" y="81%">Think when we talk of horses, that you see them</text>
<text x="3%" y="84%">Printing their proud hoofs i' the receiving earth;</text>
<text x="3%" y="87%">For 'tis your thoughts that now must deck our kings,</text>
<text x="3%" y="90%">Carry them here and there; jumping o'er times,</text>
<text x="3%" y="93%">Turning the accomplishment of many years</text>
<text x="3%" y="96%">Into an hour-glass: for the which supply,</text>
<text x="3%" y="99%">Admit me Chorus to this history;</text>
<text x="3%" y="102%">Who prologue-like your humble patience pray,</text>
<text x="3%" y="105%">Gently to hear, kindly to judge, our play.</text>
</g>
</defs>
<rect width="100%" height="100%" fill="GoldenRod"/>
<g id="testContent" transform="scale(1.2,1.0)">
<g opacity="0.8" fill="Maroon">
<use xlink:href="#text"/>
</g>
<g transform="translate(-1, -1)">
<use xlink:href="#henryV" fill="DarkGoldenRod" stroke-width="0.1" stroke="black"/>
</g>
<g clip-path="url(#shakeSpeare)" transform="translate(-1, -1)">
<use xlink:href="#text"/>
<g font-style="normal">
<use xlink:href="#henryV" fill="none" stroke-width="4" stroke="black" filter="url(#blur)" opacity="0.35" transform="translate(-2, 2)"/>
</g>
</g>
</g>
<rect x="0%" y="0%" width="100%" height="100%" stroke="SaddleBrown" stroke-width="12" fill="none" filter="url(#wideBlur)"/>
</svg>