[Cuis-dev] Vector icons?

Juan Vuletich juan at jvuletich.org
Wed Apr 28 08:05:23 PDT 2021


On 4/27/2021 5:52 PM, ken.dickey--- via Cuis-dev wrote:
> 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

As I said in another thread, the fix for Number readFrom: '.5' is 
already in GitHub. Pushed it yesterday.

Cheers,

-- 
Juan Vuletich
www.cuis-smalltalk.org
https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev
https://github.com/jvuletich
https://www.linkedin.com/in/juan-vuletich-75611b3
@JuanVuletich



More information about the Cuis-dev mailing list