Age | Commit message (Collapse) | Author | Lines |
|
In the previous commit, I added comment wrongly by having '%%'
around comment about copyright in the SVG file of the project-flow
image. Because of this mistake, the image was not displayed in the
website.
Whit this commit, I replaced '%%' with '<!--' and image can be seen in
the website.
|
|
Until now, The project-flow SVG image was saved as optimized SVG
with comments saved in it by Inkscape. This made its size about
than 230 KB. The icon of paper in the image was also a simple paper.
With this commit, I modified the icon of the paper and added some
details: a small shape made of a square and circle inside the
text of the paper to look like a figure. Then I saved it as an
optimized SVG file without any comments. This allows us to have
a file with 208KB size.
For putting the image in the website I also decreased its size, so
it was necessary to center it. To do this, I added a general class
'.center' for this job and added it in 'base.css' at the end of
General style section to allow us have everything with this class
in the center.
|
|
When we look at the SVG in systems with different fonts, the result
is not the same.
|
|
This SVG figure was modeled on the slides that present Maneage and
created with Inkscape from scratch. Because converting the EPS/PDF
created by LaTeX would make the SVG around 1Mb, but making the svg
from scratch, it is now 44Kb :-).
|