Skip to content

Commit 62260d2

Browse files
authored
Replace PNG code sample with SVG (#382)
Replace the first SYCL sample code in a PNG file with an SVG version that can be rendered as just text instead of a raster image.
1 parent b0cd34d commit 62260d2

File tree

4 files changed

+2173
-6
lines changed

4 files changed

+2173
-6
lines changed

Lesson_Materials/Fast_Track/index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@
8787
<div class="container" data-markdown>
8888
A first example of SYCL code.
8989
</div>
90-
<div class="container" data-markdown>
91-
![SYCL](../common-revealjs/images/sycl_first_sample_code.png "SYCL")
92-
</div>
90+
<object class="r-stretch" data="../common-revealjs/images/sycl_first_sample_code.svg"></object>
9391
</section>
9492
<!--Slide 5-->
9593
<section>

Lesson_Materials/What_is_SYCL/index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@
8787
<div class="container" data-markdown>
8888
A first example of SYCL code. Elements will be explained in coming sections!
8989
</div>
90-
<div class="container" data-markdown>
91-
![SYCL](../common-revealjs/images/sycl_first_sample_code.png "SYCL")
92-
</div>
90+
<object class="r-stretch" data="../common-revealjs/images/sycl_first_sample_code.svg"></object>
9391
</section>
9492
<!--Slide 4A-->
9593
<section data-markdown>
Binary file not shown.

0 commit comments

Comments
 (0)