Browse Source

Merge pull request #86 from andrevenancio/patch-1

Updating README.md
Viktor Chlumský 5 years ago
parent
commit
b79eacb9ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -3,7 +3,7 @@
 This is a utility for generating signed distance fields from vector shapes and font glyphs,
 This is a utility for generating signed distance fields from vector shapes and font glyphs,
 which serve as a texture representation that can be used in real-time graphics to efficiently reproduce said shapes.
 which serve as a texture representation that can be used in real-time graphics to efficiently reproduce said shapes.
 Although it can also be used to generate conventional signed distance fields best known from
 Although it can also be used to generate conventional signed distance fields best known from
-[this Valve paper](http://www.valvesoftware.com/publications/2007/SIGGRAPH2007_AlphaTestedMagnification.pdf)
+[this Valve paper](https://steamcdn-a.akamaihd.net/apps/valve/2007/SIGGRAPH2007_AlphaTestedMagnification.pdf)
 and pseudo-distance fields, its primary purpose is to generate multi-channel distance fields,
 and pseudo-distance fields, its primary purpose is to generate multi-channel distance fields,
 using a method I have developed. Unlike monochrome distance fields, they have the ability
 using a method I have developed. Unlike monochrome distance fields, they have the ability
 to reproduce sharp corners almost perfectly by utilizing all three color channels.
 to reproduce sharp corners almost perfectly by utilizing all three color channels.