Changes between Version 1 and Version 2 of vorlesung/storyboards
- Timestamp:
- Apr 12, 2018, 10:02:11 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
vorlesung/storyboards
v1 v2 16 16 </style> 17 17 <svg width="200px" class="drawing" viewbox="0 0 180 120" preserveAspectRatio="xMinYMin"> 18 <rect x="40" y="20" width="100" height="80" fill="none" /> 18 <text x="40" y="20" stroke-width="0.5">Name</text> 19 <rect x="40" y="25" width="100" height="80" fill="none" /> 19 20 Ihr Browser kann kein SVG. 20 21 </svg> … … 154 155 } 155 156 </style> 156 <svg width="300px" class="drawing" viewbox="-1 -1 300 2 82" preserveAspectRatio="xMinYMin">157 <svg width="300px" class="drawing" viewbox="-1 -1 300 297" preserveAspectRatio="xMinYMin"> 157 158 158 159 <g> 159 160 <rect fill="none" x="0" y=" 0" width="120" height="95" />161 <rect fill="none" x="50" y=" 10" width="60" height="15" />162 <rect fill="none" x="50" y=" 40" width="60" height="15" />163 <rect fill="none" x="60" y=" 70" width="40" height="15" />164 <text x="10" y=" 22" stroke-width="0.5">User</text>165 <text x="10" y=" 52" stroke-width="0.5">Pwd</text>166 <text x="70" y=" 82" stroke-width="0.5">OK</text>160 <text x="0" y="10" stroke-width="0.5">Login</text> 161 <rect fill="none" x="0" y="15" width="120" height="95" /> 162 <rect fill="none" x="50" y="25" width="60" height="15" /> 163 <rect fill="none" x="50" y="55" width="60" height="15" /> 164 <rect fill="none" x="60" y="85" width="40" height="15" /> 165 <text x="10" y="37" stroke-width="0.5">User</text> 166 <text x="10" y="67" stroke-width="0.5">Pwd</text> 167 <text x="70" y="97" stroke-width="0.5">OK</text> 167 168 </g> 168 169 <g> 169 170 170 <rect fill="none" x="65" y="140" width="30" height="30" transform="rotate(45 80,155)" /> 171 172 <g transform="translate(80,85)"> 171 <g transform="translate(65,155)"> 172 <rect fill="none" x="0" y="0" width="30" height="30" transform="rotate(45 15,15)" /> 173 </g> 174 175 <g transform="translate(80,100)"> 173 176 <line x1="0" y1="0" x2="0" y2="50" /> 174 177 <line x1="0" y1="50" x2="-5" y2="40" /> … … 177 180 </g> 178 181 179 <g transform="translate(80,1 75)">182 <g transform="translate(80,190)"> 180 183 <line x1="0" y1="0" x2="0" y2="50" /> 181 184 <line x1="0" y1="50" x2="-5" y2="40" /> … … 184 187 </g> 185 188 186 <g transform="translate(170, 50) rotate(90)">189 <g transform="translate(170,65) rotate(90)"> 187 190 <line x1="0" y1="0" x2="0" y2="50" /> 188 191 <line x1="0" y1="50" x2="-5" y2="40" /> 189 192 <line x1="0" y1="50" x2="5" y2="40" /> 190 193 </g> 191 <polyline points="100,1 55 170,155 170,50" fill="none" />192 <circle cx="100" cy="1 55" r="3" />193 194 <text x="175" y="1 00" stroke-width="0.5">[Login fail]</text>195 <text x="5" y="2 00" stroke-width="0.5">[Login OK]</text>196 197 <polyline points="170,2 00 160,200 160,240 170,240" fill="none" />198 <line x1="90" y1="1 65" x2="160" y2="220" stroke-dasharray="3,3" />199 <text x="165" y="2 25" stroke-width="0.5">Login prüfen</text>194 <polyline points="100,170 170,170 170,65" fill="none" /> 195 <circle cx="100" cy="170" r="3" /> 196 197 <text x="175" y="115" stroke-width="0.5">[Login fail]</text> 198 <text x="5" y="215" stroke-width="0.5">[Login OK]</text> 199 200 <polyline points="170,215 160,215 160,255 170,255" fill="none" /> 201 <line x1="90" y1="180" x2="160" y2="235" stroke-dasharray="3,3" /> 202 <text x="165" y="240" stroke-width="0.5">Login prüfen</text> 200 203 </g> 201 204 202 <rect fill="none" x="0" y="225" width="120" height="55" /> 203 <text x="10" y="245" stroke-width="0.5">Willkommen...</text> 205 <text x="0" y="235" stroke-width="0.5">Konto</text> 206 <rect fill="none" x="0" y="240" width="120" height="55" /> 207 <text x="10" y="260" stroke-width="0.5">Willkommen...</text> 204 208 205 209 Ihr Browser kann kein SVG.