python-pptx
python-pptx copied to clipboard
Feature: Line Arrowhead Ends
Hi! I've added an easy way to change the styling for both head and tail ends of a line. Access to these attributes will look like this:
line.tail_end = MSO_ARROWHEAD.TRIANGLE
line.head_end = MSO_ARROWHEAD.OVAL
This works very similar to the dash style configuration currently implemented for line.
@scanny hmm not sure what made the tests fail (passed on all envs but 3.4)...
@scanny updated dml-line.rst dev analysis page here as well.
Anything else missing?
Thank you very much @scanny! Fixed everything (hopefully)!
@scanny Not sure why this PR isn't being merged :( I fixed everything you asked for.. what am I missing?