„Szerkesztővita:HG2ECZ” változatai közötti eltérés
Ugrás a navigációhoz
Ugrás a kereséshez
a (-Teszt: giswiki+http://www.schwen.de/wiki/GMap) |
(+inline svg teszt) |
||
| 1. sor: | 1. sor: | ||
= Teszt kiterjesztések = | = Teszt kiterjesztések = | ||
| − | == | + | == inline svg == |
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | <svgcode width="300" height="200" version="1.1"> | |
| − | + | ||
| − | </ | + | <svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg"> |
| + | <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red"/> | ||
| + | <circle cx="150" cy="50" r="20" stroke="black" stroke-width="2" fill="green"/> | ||
| + | </svg> | ||
| + | |||
| + | </svgcode> | ||
A lap 2006. július 8., 21:36-kori változata
Teszt kiterjesztések
inline svg
<svgcode width="300" height="200" version="1.1">
<svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg"> <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red"/> <circle cx="150" cy="50" r="20" stroke="black" stroke-width="2" fill="green"/> </svg>
</svgcode>