File:MapPointer.png
File:MapPointer.svg is a vector version of this file. It should be used in place of this PNG file.Category:Superior vector version available
File:MapPointer.png → File:MapPointer.svg
For more information, see Help:SVG. |
Map pointer (.png) Anyone can superimpose this pointer on a map to point to a feature.
| This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship. |
A demonstration that this image is really transparent:
This image was made with the following simple Metapost script:
beginfig(1);
scale := 10.8cm;
ang := 19;
pair P, Q, R;
P := scale * (0.4, 0);
Q := scale * (1, 0);
fill fullcircle scaled (2.4 * scale);
path foo;
foo := P -- Q rotated ang .. Q rotated 45 .. Q rotated (90 - ang)
-- P rotated 90 -- Q rotated (90 + ang) .. Q rotated (90 + 45) .. Q rotated (180 - ang)
-- P rotated 180 -- Q rotated (180 + ang) .. Q rotated (180 + 45) .. Q rotated (270 - ang)
-- P rotated 270 -- Q rotated (270 + ang) .. Q rotated (270 + 45) .. Q rotated (360 - ang)
-- cycle;
unfill foo;
endfig;
end;
Category:Metapost graphics
Category:Map pointers obsoleted by SVG replacement
Category:Media missing infobox template
Category:Icons with transparent background
Category:Files with no machine-readable author
Category:Files with no machine-readable source
Category:Icons with transparent background
Category:Map pointers obsoleted by SVG replacement
Category:Media missing infobox template
Category:Metapost graphics
Category:PD ineligible
Category:Superior vector version available