File:Gradient3.png

    From The Document Foundation Wiki

    Gradient3.png(150 × 197 pixels, file size: 28 KB, MIME type: image/png)

    Summary

    Example for LibreLogo color gradient support. Code:

    PENUP REPEAT 100 [

       FILLCOLOR [ANY, ANY]
       CIRCLE 20 + RANDOM 130
       POSITION ANY
    

    ]

    Copyright status:

    own work

    Licensing

    Cc.logo.white.svgCc-zero.svg

    This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
    The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

    Source:

    File history

    Click on a date/time to view the file as it appeared at that time.

    Date/TimeDimensionsUserComment
    current09:09, 30 July 2014150 × 197 (28 KB)Nemeth (talk | contribs)Example for LibreLogo color gradient support. Code: PENUP REPEAT 100 [ FILLCOLOR [ANY, ANY] CIRCLE 20 + RANDOM 130 POSITION ANY ]