]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 23 Aug 2011 09:16:32 +0000 (09:16 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 23 Aug 2011 09:16:32 +0000 (09:16 +0000)
inc/ws/Util/html5/class.ws.html5.compiler.php

index a05e3455747fcfa203bdba30ce7aa5f2e6e418c3..324b56d51187438cc50610bfce1c7180b31fc4fe 100644 (file)
@@ -85,6 +85,7 @@ class wsHTML5Compiler {
 
                $imagesize = getimagesize(WS_DOCS . '/' . $this->pages[1]['document_id'] . '/html/h72-' . $this->pages[1]['document_page'] . '.jpg');
                $this->pdf2htmlRatio = round($imagesize[0] / $this->layouts[1]['width'], 2);
+               
                $this->scale = 4;
                $this->multiply = $this->pdf2htmlRatio * $this->scale;
                $this->numerotation = explode(',', $this->book->numerotation);