linux-kernel-labs / linux

Linux kernel source tree
Other
362 stars 265 forks source link

documentation: labs: kernel api: improve quality of list_evolution.png #406

Open hanyujie2002 opened 5 months ago

hanyujie2002 commented 5 months ago

The original image is too blurry to see clearly. So I draw a new one with draw.io. What's more, the new one is smaller in size after compressing

hanyujie2002 commented 5 months ago

This should works fine :)

lkt-bot commented 5 months ago

Published at http://linux-kernel-labs.github.io/refs/pull/406/merge

hanyujie2002 commented 5 months ago

The document reference this picture using code below:

.. image:: ../res/list_evolution.png
   :width: 85%

I recommend changing it to

.. image:: ../res/list_evolution.png
   :width: 1000px

to improve the responsibility of this picture.

I would like to hear your opinion. With your permission, I will create a new commit for that. @dbaluta

hanyujie2002 commented 5 months ago

The document reference this picture using code below:

.. image:: ../res/list_evolution.png
   :width: 85%

I recommend changing it to

.. image:: ../res/list_evolution.png
   :width: 1000px

to improve the responsibility of this picture.

I would like to hear your opinion. With your permission, I will create a new commit for that. @dbaluta

I have already apply that to the Chinese localization. See https://linux-kernel-labs-zh.xyz/labs/kernel_api.html

You can evaluate the effect in that link

What's more, the format used in the Chinese localization is svg. With your permission, I will also submit a new commit changing the picture format.