Skip to content

Instantly share code, notes, and snippets.

| svg circle |
svg := document createElementNS: 'http://www.w3.org/2000/svg' tag: 'svg'.
svg setAttribute: 'style' value: 'border: 1px solid black'.
svg setAttribute: 'width' value: '80'.
svg setAttribute: 'height' value: '200'.
svg setAttributeNS: 'http://www.w3.org/2000/xmlns/'
arg2: 'xmlns:xlink' arg3: 'http://www.w3.org/1999/xlink'.
circle := document createElementNS: 'http://www.w3.org/2000/svg' tag: 'circle'.
@hhzl
hhzl / ListOfCuisPackages.md
Last active December 10, 2015 05:29
List of packages for Cuis 4.1 with test results