Talaksan:Euclid's Orchard (large).svg

Buong resolusyon ((Larawang SVG, tinatayang 356 × 356 mga pixel, laki ng talakasan: 32 KB))

Buod

Paglalarawan
English: Large depiction of visible trees in Euclid's Orchard
Petsa
Pinanggalingan Sariling gawa
May-akda Glosser.ca
SVG genesis
InfoField
 
The SVG code is valid.
 
This vector image was created with Asymptote by dvisvgm.
llink=Category:Qs icons SVGThis SVG file shows a very simple image. Drawing uncomplicated graphics with a text editor seems more adequate than using a vector graphics program, and will often result in a dramatic reduction of file size.
For an example, see the file Centered hexagonal = 1 + 6triangular.svg.
Source code
InfoField

Asymptote code

int gcd(int a, int b) {
    int t;
    while(b > 0) {
        t = a;
        a = b;
        b = t % b;
    }

    return a < 0 ? -a : a;
}

size(10cm,10cm);

int ndots = 11;
draw((0,0)--(ndots - 0.5,0),Arrow);
draw((0,0)--(0,ndots - 0.5),Arrow);

for(int i = 1; i < ndots; ++i) {
    for(int j = 1; j < ndots; ++j) {
        pair tree = (i, j);
        path circ = circle(tree, 0.35);

        if(gcd(i, j) == 1) {
            fill(circ, heavyblue);
        } else {
            fill(circ, heavyred+opacity(0.2));
        }
    }
}

Paglilisensiya

Ako, na may karapatang-ari ng akdang ito, ang naglalathala nito alinsunod sa ilalim ng sumusunod na mga lisensya:
w:tl:Creative Commons
atribusyon share alike
Lisensyado ang file na ito sa ilalim ng lisensiyang Creative Commons Attribution-Share Alike 3.0 Unported.
Malaya kang:
  • para ibahagi – para kopyahin, ipamahagi, at i-transmit ang akda
  • para i-remix – para i-adapt ang akda
Sa ilalim ng mga kondisyong ito:
  • atribusyon – Dapat magbigay ka ng isang maayos na pag-credit, ibigay ang link sa lisensiya, at tukuyin kung may mga pagbabagong ginawa. Magagawa mo ito sa isang risonableng paraan, pero hindi sa paraan na para bang ineendorso ka o ng paggamit mo ng naglisensiya sa'yo.
  • share alike – Kung ire-remix mo, babaguhin, o magdadagdag ka sa materyal, dapat mong ipamahagi ang mga ambag mo sa ilalim ng pareho o katulad na lisensiya.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts English

copyrighted English

29 Disyembre 2012

Nakaraan ng file

Pindutin ang araw/oras upang makita kung papaano ang itsura ng talaksan noong oras na iyon.

Araw/OrasThumbnailMga dimensiyontagagamitKumento
ngayon02:34, 3 Enero 2013Thumbnail para sa bersyon noong 02:34, 3 Enero 2013356 × 356 (32 KB)RayhemReduced red opacity to improve pattern contrast
04:47, 29 Disyembre 2012Thumbnail para sa bersyon noong 04:47, 29 Disyembre 2012356 × 356 (72 KB)RayhemUser created page with UploadWizard

Nakaturo sa talaksan na ito ang mga sumusunod na mga pahina:

Pandaigdigang paggamit sa file

Ginagamit ng mga sumusunod na wiki ang file na ito:

Metadata