lib/origami/annotations.rb in origami-1.2.4 vs lib/origami/annotations.rb in origami-1.2.5

- old
+ new

@@ -3,11 +3,11 @@ = File annotations.rb = Info This file is part of Origami, PDF manipulation framework for Ruby - Copyright (C) 2010 Guillaume DelugrÈ <guillaume@security-labs.org> + Copyright (C) 2010 Guillaume DelugrÈ <guillaume AT security-labs DOT org> All right reserved. Origami is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -345,20 +345,20 @@ # Class representing an link annotation. # class Link < Annotation # - # The annotation’s highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area. + # The annotationÂ’s highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area. # module Highlight # No highlighting NONE = :N # Invert the contents of the annotation rectangle. INVERT = :I - # Invert the annotation’s border. + # Invert the annotationÂ’s border. OUTLINE = :O # Display the annotation as if it were being pushed below the surface of the page PUSH = :P end @@ -600,10 +600,10 @@ NONE = :N # Invert the contents of the annotation rectangle. INVERT = :I - # Invert the annotation’s border. + # Invert the annotationÂ’s border. OUTLINE = :O # Display the annotation as if it were being pushed below the surface of the page PUSH = :P