Skip to content

Commit

Permalink
Fix for rotate Issue #370
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Jul 7, 2018
1 parent 5e09711 commit c7f1cc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/pptxgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -3830,7 +3830,6 @@ var PptxGenJS = function(){

// B: Set anchorPoints:
if ( objOptions.bodyProp.anchor ) bodyProperties += ' anchor="'+ objOptions.bodyProp.anchor +'"'; // VALS: [t,ctr,b]
if ( objOptions.bodyProp.rot ) bodyProperties += ' rot="' + convertRotationDegrees(objOptions.bodyProp.rot) +'"'; // VALS: degree * 60,000
if ( objOptions.bodyProp.vert ) bodyProperties += ' vert="' + objOptions.bodyProp.vert +'"'; // VALS: [eaVert,horz,mongolianVert,vert,vert270,wordArtVert,wordArtVertRtl]

// C: Textbox margins [padding]:
Expand Down

0 comments on commit c7f1cc7

Please sign in to comment.