blissymbolics / blissymbols

A database of all official Blissymbols, and their definitions
http://blissymbolics.github.io/blissymbols
GNU General Public License v3.0
23 stars 5 forks source link

Incorrect spacing between index numbers #9

Closed DanielFlaum closed 1 year ago

DanielFlaum commented 1 year ago

I realize this project hasn't been touched in awhile, but I thought I'd add it in case it ever revives.

The Blissviewer does not put correct spacing between adjacent digits numbers (i.e. BCI-AV# 8496-8504). The Fundamental Rules of Blissymbolics specifies on page 6 (page 7 of the PDF) that "the width is 1⁄8 of a matrix square between two digits". This is illustrated in a figure immediately below the containing paragraph.

Instead of 1⁄8, the Blissviewer puts 1⁄4 of a space, as seen here (Blissymbol for money added to show height of full matrix square):

image

In the above figure, the space between the two digits should be halved.

This appears to me to be a bug, since these lines appear to be intended to do exactly this.

heatherleaf commented 1 year ago

Thanks for this, it was a bug as you suspected! Fixed in 26a16c038428893b88b94baff906683a2602d019

(Yes, this project is not very active but this was a simple fix)