File:Printable ASCII characters.svg

From testwiki
Jump to navigation Jump to search
Original file (SVG file, nominally 2,100 × 1,200 pixels, file size: 867 bytes)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: All printable ASCII Characters in a monospace font.
Date
Source Own work
Author Shisma

Source code

Original code written in pug:

svg(width=2100, height=1200 viewBox="0 0 210 120", xmlns="http://www.w3.org/2000/svg")
  - var lineAttrs = {};
  - lineAttrs.x = 20;
  - lineAttrs.textLength = 170;
  - lineAttrs.style = 'white-space: pre';
  - lineAttrs['font-family'] = "monospace";
  - lineAttrs['font-size'] = 14;
  - lineAttrs['letter-spacing'] = .55;
  - var lines = [];
  - lines.push(" !\"#$%&'()*+,-./012");
  - lines.push('3456789:;<=>?@ABCDE');
  - lines.push('FGHIJKLMNOPQRSTUVWX');
  - lines.push('YZ[\\]^_`abcdefghijk');
  - lines.push('lmnopqrstuvwxyz{|}~');
    
  - var lineHeight = 15;
  - var yOffset = 32;
  each line, i in lines
    - var y = lineHeight*i+yOffset;
    text(y=y)&attributes(lineAttrs)=line 

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

21 May 2017

File history

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

Date/TimeThumbnailDimensionsUserComment
current16:58, 21 May 2017Thumbnail for version as of 16:58, 21 May 20172,100 × 1,200 (867 bytes)wikimediacommons>ShismatextLenght is not supported by mediawiki so I added letter spaceing

The following page uses this file: