first of all, its a great project!
i found a bug: "white-space: nowrap" not rendered correctly at resizing.
Here is the sample code:
"
<html>
<body>
<div>
<p>
This:<br/>
<span style="white-space: nowrap; background-color: Silver;">1. image001.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">2. image002.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">3. image003.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">4. image004.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">5. image005.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">6. image006.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">7. image007.jpg</span>
</p>
</div>
</body>
</html>
"
thanks!
i found a bug: "white-space: nowrap" not rendered correctly at resizing.
Here is the sample code:
"
<html>
<body>
<div>
<p>
This:<br/>
<span style="white-space: nowrap; background-color: Silver;">1. image001.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">2. image002.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">3. image003.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">4. image004.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">5. image005.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">6. image006.jpg</span>,
<span style="white-space: nowrap; background-color: Silver;">7. image007.jpg</span>
</p>
</div>
</body>
</html>
"
thanks!