Mise à jour mineure éval et svg
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
2-InformationTheory/jokeTextInImage/PrintScreenOfJPGFile.png
Normal file
BIN
2-InformationTheory/jokeTextInImage/PrintScreenOfJPGFile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 KiB |
BIN
2-InformationTheory/jokeTextInImage/PrintScreenOfSVGFile.png
Normal file
BIN
2-InformationTheory/jokeTextInImage/PrintScreenOfSVGFile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@@ -0,0 +1,3 @@
|
||||
Don't be scared but...
|
||||
|
||||
Halloween 2024 is on Friday the 13th for the 1st time in 666 years.
|
26
2-InformationTheory/jokeTextInImage/joke_as_an_svg_file.html
Normal file
26
2-InformationTheory/jokeTextInImage/joke_as_an_svg_file.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
|
||||
<svg width="830" height="513" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<rect width="830" height="513" x="0" y="0" rx="0" ry="0" fill="orange" />
|
||||
<text x="50" y="120" font-family="Verdana" font-size="60" font-weight="bold" fill="black">
|
||||
Don't be scared but...
|
||||
</text>
|
||||
<text x="50" y="300" font-family="Verdana" font-size="60" font-weight="bold" fill="black">
|
||||
Halloween 2024 is on
|
||||
</text>
|
||||
<text x="50" y="380" font-family="Verdana" font-size="60" font-weight="bold" fill="black">
|
||||
Friday the 13th for the
|
||||
</text>
|
||||
<text x="50" y="460" font-family="Verdana" font-size="60" font-weight="bold" fill="black">
|
||||
1st time in 666 Years.
|
||||
</text>
|
||||
</g>
|
||||
Sorry, your browser does not support inline SVG.
|
||||
</svg>
|
||||
|
||||
</body>
|
||||
</html>
|
18
2-InformationTheory/jokeTextInImage/joke_as_an_svg_file.svg
Normal file
18
2-InformationTheory/jokeTextInImage/joke_as_an_svg_file.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="830" height="513" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<rect width="830" height="513" x="0" y="0" rx="0" ry="0" fill="orange" />
|
||||
<text x="50" y="120" font-family="Verdana" font-size="60" font-weight="bold" fill="black">
|
||||
Don't be scared but...
|
||||
</text>
|
||||
<text x="50" y="300" font-family="Verdana" font-size="60" font-weight="bold" fill="black">
|
||||
Halloween 2024 is on
|
||||
</text>
|
||||
<text x="50" y="380" font-family="Verdana" font-size="60" font-weight="bold" fill="black">
|
||||
Friday the 13th for the
|
||||
</text>
|
||||
<text x="50" y="460" font-family="Verdana" font-size="60" font-weight="bold" fill="black">
|
||||
1st time in 666 Years.
|
||||
</text>
|
||||
</g>
|
||||
Sorry, your browser does not support inline SVG.
|
||||
</svg>
|
After Width: | Height: | Size: 724 B |
Reference in New Issue
Block a user