Skip to content

Commit a49f9b4

Browse files
committed
image scaling fix?
1 parent 3fbc026 commit a49f9b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ 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-
![Feature Trace Recording Example](meta/FeatureTraceRecording.png)
27+
<img src="meta/FeatureTraceRecording.png" alt="Feature Trace Recording Example" image-rendering="crisp-edges" image-rendering="pixelated" />
28+
<!-- ![Feature Trace Recording Example](meta/FeatureTraceRecording.png) -->
2829

2930
Consider a developer Alice editing the `pop` method of a `Stack` class in Java as depicted in the image above.
3031
Feature-to-code mappings are indicated by corresponding colours.

0 commit comments

Comments
 (0)