You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2015/12/07 10:59:20 UTC

svn commit: r1718275 - /tcl/rivet/branches/2.3/rivet/packages/hexglyphs/hexglyphs.tcl

Author: mxmanghi
Date: Mon Dec  7 09:59:20 2015
New Revision: 1718275

URL: http://svn.apache.org/viewvc?rev=1718275&view=rev
Log:
2 more glyphs added

Modified:
    tcl/rivet/branches/2.3/rivet/packages/hexglyphs/hexglyphs.tcl

Modified: tcl/rivet/branches/2.3/rivet/packages/hexglyphs/hexglyphs.tcl
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.3/rivet/packages/hexglyphs/hexglyphs.tcl?rev=1718275&r1=1718274&r2=1718275&view=diff
==============================================================================
--- tcl/rivet/branches/2.3/rivet/packages/hexglyphs/hexglyphs.tcl (original)
+++ tcl/rivet/branches/2.3/rivet/packages/hexglyphs/hexglyphs.tcl Mon Dec  7 09:59:20 2015
@@ -456,6 +456,15 @@ set ::HexGlyphs::HEXGLYPH(:) {
      
 }
 
+set ::HexGlyphs::HEXGLYPH(;) {
+     
+  _  
+ |_| 
+  _  
+ | | 
+ |/   
+}
+
 set ::HexGlyphs::HEXGLYPH(.) {
      
      
@@ -474,6 +483,16 @@ set ::HexGlyphs::HEXGLYPH(/) {
  /_/     
 }
 
+set ::HexGlyphs::HEXGLYPH(\) {
+ __      
+ \ \     
+  \ \    
+   \ \   
+    \ \  
+     \_\ 
+}
+
+
 package provide HexGlyphs 0.1
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org