{{newin|[[0.9.1]]|091|type=function}}
{{oldin|[[0.10.0]]|100|type=function|text=It has been renamed to [[Canvas:getMSAA]]}}
Gets the number of antialiasing samples used when drawing to the Canvas.

This may be different than the number used as an argument to [[love.graphics.newCanvas]] if the system running LÖVE doesn't support that number.
== Function ==
=== Synopsis ===
<source lang="lua">
samples = Canvas:getFSAA( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|samples|The number of antialiasing samples used by the canvas when drawing to it.}}
== See Also ==
* [[parent::Canvas]]
* [[love.graphics.newCanvas]]
* [[love.graphics.getSystemLimit]]
[[Category:Functions]]
{{#set:Description=Gets the number of FSAA samples used when drawing to the Canvas.}}
== Other Languages ==
{{i18n|Canvas:getFSAA}}