more fpvviewer test files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5104 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
ea6895c8e3
commit
d94726d14a
@ -0,0 +1,30 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fi">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<title>Page Title</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="tulokset.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<br />
|
||||||
|
<table border="1">
|
||||||
|
<caption>Table 1: </caption>
|
||||||
|
<tbody>
|
||||||
|
<tr><th>1.</th> <td>John Smith </td> <td> 59.01</td></tr>
|
||||||
|
<tr><th>2.</th> <td>Jack Bauer </td> <td> 1.01.02</td></tr>
|
||||||
|
<tr><th>3.</th> <td>Christoper Columbus </td> <td> 1.02.12</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<table border="1">
|
||||||
|
<caption>Table 2: </caption>
|
||||||
|
<tbody>
|
||||||
|
<tr><th>1.</th> <td>Leonardo Da Vinci </td> <td> 11.10</td></tr>
|
||||||
|
<tr><th>2.</th> <td>Richart Lionheart </td> <td> 13.13</td></tr>
|
||||||
|
<tr><th>3.</th> <td>Lisa Simpson </td> <td> 13.53</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -0,0 +1,28 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fi">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<title>Page Title</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="tulokset.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<br />
|
||||||
|
<table border="1">
|
||||||
|
<tbody>
|
||||||
|
<tr><th>1.</th> <td>John Smith </td> <td> 59.01</td></tr>
|
||||||
|
<tr><th>2.</th> <td>Jack Bauer </td> <td> 1.01.02</td></tr>
|
||||||
|
<tr><th>3.</th> <td>Christoper Columbus </td> <td> 1.02.12</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<table border="1">
|
||||||
|
<tbody>
|
||||||
|
<tr><th>1.</th> <td>Leonardo Da Vinci </td> <td> 11.10</td></tr>
|
||||||
|
<tr><th>2.</th> <td>Richart Lionheart </td> <td> 13.13</td></tr>
|
||||||
|
<tr><th>3.</th> <td>Lisa Simpson </td> <td> 13.53</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
</body>
|
||||||
|
</html>
|
12
applications/fpvviewer/examples_files/svg/text_and_rect.svg
Normal file
12
applications/fpvviewer/examples_files/svg/text_and_rect.svg
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||||
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||||
|
<text x="10" y="20" style="fill:red;">Several lines:
|
||||||
|
<tspan x="10" y="45">First line</tspan>
|
||||||
|
<tspan x="10" y="70">Second line</tspan>
|
||||||
|
</text>
|
||||||
|
<rect x="0" y="0" width="100" height="100" style="fill:none;stroke:blue"/>
|
||||||
|
<path style="fill:none;stroke:black" d="M10 10 L90 10 M10 20 L90 20 M20 10 L20 90 M10 10 L10 90 M10 80 L90 80" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 551 B |
Loading…
Reference in New Issue
Block a user