[Cuis-dev] Vector icons?
ken.dickey at whidbey.com
ken.dickey at whidbey.com
Tue Apr 27 13:52:54 PDT 2021
On 2021-04-27 19:20, Juan Vuletich via Cuis-dev wrote:
...
>> Anyway, here is another set:
>> Bootstrap Icons: Free, high quality, open source icon library with
>> over 1,300 icons.
>> https://icons.getbootstrap.com
>
> These don't seem to work with Ken's Palette. We need to take a look.
Two quick comments:
[1] I put an arbitrary hard limit on icon pallets of 1000. One has to
split the bootstrap icons into smaller sets (multiple directories).
[2] The SVG parser should subclass Number>>readFrom: for non-Smalltalk
numbers.
Number readFrom: '.5'. --> error: at least 1 digit expected
Number readFrom: '0.5' --> 0.5
Should be trivial, but I'll let Juan pick the best solution. ;^)
-KenD
More information about the Cuis-dev
mailing list