Skip to content

Commit 65329e3

Browse files
committed
image scaling fix!
1 parent a49f9b4 commit 65329e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The library is accompanied with a demo application that uses the library to repr
2424
Feature trace recording is a semi-automated method for recording feature-to-code mappings during software development.
2525
It unlocks evolution as a new source of information for feature location.
2626

27-
<img src="meta/FeatureTraceRecording.png" alt="Feature Trace Recording Example" image-rendering="crisp-edges" image-rendering="pixelated" />
27+
<img src="meta/FeatureTraceRecording.png" alt="Feature Trace Recording Example" image-rendering="pixelated" />
2828
<!-- ![Feature Trace Recording Example](meta/FeatureTraceRecording.png) -->
2929

3030
Consider a developer Alice editing the `pop` method of a `Stack` class in Java as depicted in the image above.
@@ -42,7 +42,7 @@ Although Alice made many edits to <span style="color:#D95F02">ImmutableStack</sp
4242
When Alice deletes code from <span style="color:#D95F02">ImmutableStack</span>, we can infer that this code does not belong to <span style="color:#D95F02">ImmutableStack</span> anymore.
4343
We thus introduce the new feature mapping <span style="color:#7570B3">¬ImmutableStack</span> for the deleted code that is still present in Bob’s variant (highlighted in purple):
4444

45-
<img src="meta/BobsVariant.png" alt="Bob's Recorded Feature Traces" width="250" />
45+
<img src="meta/BobsVariant.png" alt="Bob's Recorded Feature Traces" image-rendering="pixelated" width="250" />
4646

4747
A detailed explanation of this example can be found in our [paper][paper] and [preprint][preprint].
4848

0 commit comments

Comments
 (0)