php-svg
                                
                                 php-svg copied to clipboard
                                
                                    php-svg copied to clipboard
                            
                            
                            
                        Use hypot() everywhere
Currently the hypothenuse is often computed by hand via sqrt(a*a + b*b). This can be simplified to hypot(a, b).