mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
91347b2683
commit
fb7423dccd
@ -84,10 +84,6 @@ public:
|
||||
* We just mark as changed, and recheck if they have been changed when we are about to output a new string
|
||||
*/
|
||||
|
||||
/*
|
||||
* Ugly implementation of save/restore
|
||||
*/
|
||||
virtual void saveState(GfxState * state) { updateAll(state); }
|
||||
virtual void restoreState(GfxState * state) { updateAll(state); }
|
||||
|
||||
virtual void updateAll(GfxState * state);
|
||||
|
@ -377,8 +377,8 @@ public:
|
||||
/////////////////////////////////////
|
||||
/*
|
||||
* Manage the background image sizes
|
||||
* Kind of similar with StateManager, but not exactly the same
|
||||
* anyway temporarly leave it here
|
||||
*
|
||||
* We don't merge similar values, since they are bound with PAGE_CONTENT_BOX_number
|
||||
*/
|
||||
class BGImageSizeManager
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user