sdglhm / dompdf

Automatically exported from code.google.com/p/dompdf
0 stars 0 forks source link

TCPDF_Adapter class incorrectly implements abstract methods #296

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download library
2. Check for errors
3. Profit?

What is the expected output? What do you see instead?
Expected that there should not be errors about abstract methods being not 
correctly implemented.

What version of the product are you using? On what operating system?
Windows, the beta.

Please provide any additional information below.
/include/tcpdf*

Many problems like:
Class 'TCPDF_Adapter' must implement inherited abstract method 
 'rotate(...)'

or 

Class 'TCPDF_Adapter' must implement inherited abstract method 
 'save(...)'

Removing the TCPDF adapter clears things up.

Original issue reported on code.google.com by davidthe...@gmail.com on 1 Jun 2011 at 3:51

GoogleCodeExporter commented 9 years ago
The TCPDF adapter hasn't been fully developed yet. We'll likely be removing it 
from the final 0.6.0 release. It may reappear in a future release.

Original comment by eclecticgeek on 1 Jun 2011 at 4:48

GoogleCodeExporter commented 9 years ago
all missing functions:

scale(),
rotate(),
save(),
clipping_end(),
clipping_rectangle(),
transform(),
get_font_baseline(),
set_default_view(),
set_opacity(),
restore(),
translate(),
skew()

Original comment by valentin...@gmail.com on 11 Jan 2012 at 7:56

GoogleCodeExporter commented 9 years ago
There are also some typos, where the terms $colour and $color are used storing 
up problems for later...

Patch attached to convert all references to $color ; as a Brit this hurts :) 

Original comment by johngbel...@gmail.com on 28 Apr 2012 at 2:07

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by fabien.menager on 6 Jan 2013 at 10:16

GoogleCodeExporter commented 9 years ago

Original comment by eclecticgeek on 30 May 2013 at 5:15