Re: Pond containing 'water'

"Arif" <[email protected]>
Newsgroups gmane.text.xml.svg.devel
Message-ID <[email protected]>
A better attempt -

<svg version="1.1" width="600" height="488" xmlns="http://www.w3.org/2000/svg">
<defs>
<filter id="Seed">
<feTurbulence type="turbulence" baseFrequency=".009,.009" numOctaves="15" seed="7"/>
</filter>
<path id="pond" d="M 105 250 S 50 150 350 250
	      S 250 250 300 290 S 50 350 105 250 " fill="aqua"/>
</defs>

 <path id="pond" d="M 105 250 S 50 150 350 250
	      S 250 250 300 290 S 50 350 105 250 " fill="aquamarine"/>

 <path d="M 105 250 S 50 150 350 250
	      S 250 250 300 290 S 50 350 105 250 " filter="url(#Seed)"/>
</svg>

--- In [email protected], "Ryan Richards" <everetthigh@...> wrote:
>
> Seeds 514, 1977, 2337, 4777, 8032, 9615 (only checked 0-10000) cause blank squares in feTurbulence in Firefox, Inkscape, and Batik. Is it the algorithm itself or the implementations?
> 
> <svg version="1.1" width="338" height="488" xmlns="http://www.w3.org/2000/svg">
> 	<defs>
> 		<filter id="Seed">
> 			<feTurbulence type="turbulence" baseFrequency="0.1 0.1" numOctaves="5" seed="514"/>
> 		</filter>
> 	</defs>
> 	<path d="m0,0 h338 v488 h-338 v-488" filter="url(#Seed)"/>
> </svg>
>




------------------------------------

-----
To unsubscribe send a message to: [email protected]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.