<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Kann man in SVG Formeln zum Beschreiben in einer Art For Schleife verwenden?]]></title><description><![CDATA[<p>Das SVG Dateiformat ist ja bekanntermaßen ein Format für Vektorgrafiken.</p>
<p>Meine Frage ist nun folgende, wenn ich 10 Kreise zeichnen will,<br />
muß ich dann 10 mal fongedes in die SVG Datei schreiben:</p>
<pre><code>2 * pi * r²
2 * pi * r²
.
.
.
2 * pi * r² // unser 10. Kreis
[/QUOTE]

Oder geht auch so etwas:
[code]
for (i to 10)
  2 * pi * r2
end;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/259139/kann-man-in-svg-formeln-zum-beschreiben-in-einer-art-for-schleife-verwenden</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 03:20:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/259139.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Jan 2010 15:37:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Kann man in SVG Formeln zum Beschreiben in einer Art For Schleife verwenden? on Tue, 19 Jan 2010 15:37:31 GMT]]></title><description><![CDATA[<p>Das SVG Dateiformat ist ja bekanntermaßen ein Format für Vektorgrafiken.</p>
<p>Meine Frage ist nun folgende, wenn ich 10 Kreise zeichnen will,<br />
muß ich dann 10 mal fongedes in die SVG Datei schreiben:</p>
<pre><code>2 * pi * r²
2 * pi * r²
.
.
.
2 * pi * r² // unser 10. Kreis
[/QUOTE]

Oder geht auch so etwas:
[code]
for (i to 10)
  2 * pi * r2
end;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1841475</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1841475</guid><dc:creator><![CDATA[SVG]]></dc:creator><pubDate>Tue, 19 Jan 2010 15:37:31 GMT</pubDate></item><item><title><![CDATA[Reply to Kann man in SVG Formeln zum Beschreiben in einer Art For Schleife verwenden? on Tue, 19 Jan 2010 15:38:50 GMT]]></title><description><![CDATA[<p>Oder genauer:</p>
<pre><code>&lt;circle cx=&quot;50&quot; cy=&quot;80&quot; r=&quot;40&quot; /&gt;
&lt;circle cx=&quot;50&quot; cy=&quot;80&quot; r=&quot;40&quot; /&gt;
&lt;circle cx=&quot;50&quot; cy=&quot;80&quot; r=&quot;40&quot; /&gt;
.
.
.
&lt;!-- Unser 10. Kreis --&gt;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1841476</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1841476</guid><dc:creator><![CDATA[SVG]]></dc:creator><pubDate>Tue, 19 Jan 2010 15:38:50 GMT</pubDate></item><item><title><![CDATA[Reply to Kann man in SVG Formeln zum Beschreiben in einer Art For Schleife verwenden? on Tue, 19 Jan 2010 19:41:50 GMT]]></title><description><![CDATA[<p>Hat Niemand ne Lösung?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1841621</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1841621</guid><dc:creator><![CDATA[SVG]]></dc:creator><pubDate>Tue, 19 Jan 2010 19:41:50 GMT</pubDate></item></channel></rss>